Home
last modified time | relevance | path

Searched refs:GX2_MAX_SAMPLERS (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfxShader.c82 if(pShader->samplersVS.count > GX2_MAX_SAMPLERS ) in DEMOGfxGetVertexShaderSamplerLocation()
84 …Warning : The sampler count (%d) in VS is over %d\n", pShader->samplersVS.count, GX2_MAX_SAMPLERS); in DEMOGfxGetVertexShaderSamplerLocation()
105 if(pShader->samplersPS.count > GX2_MAX_SAMPLERS ) in DEMOGfxGetPixelShaderSamplerLocation()
107 …Warning : The sampler count (%d) in PS is over %d\n", pShader->samplersPS.count, GX2_MAX_SAMPLERS); in DEMOGfxGetPixelShaderSamplerLocation()
128 if(pShader->samplersGS.count > GX2_MAX_SAMPLERS ) in DEMOGfxGetGeometryShaderSamplerLocation()
130 …Warning : The sampler count (%d) in GS is over %d\n", pShader->samplersGS.count, GX2_MAX_SAMPLERS); in DEMOGfxGetGeometryShaderSamplerLocation()
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Constant.h222 #define GX2_MAX_SAMPLERS 18 macro
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfxShader.h31 u32 location[GX2_MAX_SAMPLERS];
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfxShader.h31 u32 location[GX2_MAX_SAMPLERS];