Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfxShader.c82 if(pShader->samplersVS.count > GX2_MAX_SAMPLERS ) in DEMOGfxGetVertexShaderSamplerLocation()
84 …OSReport("Warning : The sampler count (%d) in VS is over %d\n", pShader->samplersVS.count, GX2_MAX… in DEMOGfxGetVertexShaderSamplerLocation()
89 pShader->samplersVS.location[pShader->samplersVS.count] = in DEMOGfxGetVertexShaderSamplerLocation()
91 ASSERT(DEMOGfxCheckShaderLocation(pShader->samplersVS.location[pShader->samplersVS.count])); in DEMOGfxGetVertexShaderSamplerLocation()
94 pShader->samplersVS.count++; in DEMOGfxGetVertexShaderSamplerLocation()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfxShader.h92 DEMOGfxSamplers samplersVS; member
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfxShader.h92 DEMOGfxSamplers samplersVS; member