Home
last modified time | relevance | path

Searched refs:samplerVars (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Shaders.h223 GX2SamplerVar * samplerVars; member
297 GX2SamplerVar * samplerVars; member
364 GX2SamplerVar * samplerVars; member
457 GX2SamplerVar * samplerVars; member
1165 if (strcmp(shader->samplerVars[i].name, name) == 0) in GX2GetVertexSamplerVar()
1166 return &(shader->samplerVars[i]); in GX2GetVertexSamplerVar()
1193 if (strcmp(shader->samplerVars[i].name, name) == 0) in GX2GetGeometrySamplerVar()
1194 return &(shader->samplerVars[i]); in GX2GetGeometrySamplerVar()
1221 if (strcmp(shader->samplerVars[i].name, name) == 0) in GX2GetPixelSamplerVar()
1222 return &(shader->samplerVars[i]); in GX2GetPixelSamplerVar()
[all …]
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp64 u32 samplerVars; member
92 u32 samplerVars; member
117 u32 samplerVars; member
135 u32 samplerVars; member
495 pVSout32->samplerVars = (u32) pVSin64->samplerVars; in GFDRepackVertexShaderFor32Bit()
530 pPSout32->samplerVars = (u32) pPSin64->samplerVars; in GFDRepackPixelShaderFor32Bit()
559 pGSout32->samplerVars = (u32) pGSin64->samplerVars; in GFDRepackGeometryShaderFor32Bit()
592 pCSout32->samplerVars = (u32) pCSin64->samplerVars; in GFDRepackComputeShaderFor32Bit()
745 size = GFDRepackSamplerVarArrayFor32Bit(vsCopy.samplerVars, pSV, vsCopy.numSamplers); in GFDCreateBlockRelocateHeaderVSH()
748 …pAddr[nE] = (vsCopy.numSamplers == 0) ? 0 : pOffset[oMain] + (u32)&vsCopy32.samplerVars - (u32)&… in GFDCreateBlockRelocateHeaderVSH()
[all …]