Home
last modified time | relevance | path

Searched refs:samplersGS (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfxShader.c128 if(pShader->samplersGS.count > GX2_MAX_SAMPLERS ) in DEMOGfxGetGeometryShaderSamplerLocation()
130 …OSReport("Warning : The sampler count (%d) in GS is over %d\n", pShader->samplersGS.count, GX2_MAX… in DEMOGfxGetGeometryShaderSamplerLocation()
135 pShader->samplersGS.location[pShader->samplersGS.count] = in DEMOGfxGetGeometryShaderSamplerLocation()
137 ASSERT(DEMOGfxCheckShaderLocation(pShader->samplersGS.location[pShader->samplersGS.count])); in DEMOGfxGetGeometryShaderSamplerLocation()
140 pShader->samplersGS.count++; in DEMOGfxGetGeometryShaderSamplerLocation()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfxShader.h98 DEMOGfxSamplers samplersGS; member
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfxShader.h98 DEMOGfxSamplers samplersGS; member