Home
last modified time | relevance | path

Searched refs:uniformsPS (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfxShader.c174 if(pShader->uniformsPS.count > GX2_MAX_PS_UNIFORM_VARS ) in DEMOGfxGetPixelShaderUniformLocation()
176 …OSReport("Warning : The uniform count (%d) in PS is over %d\n", pShader->uniformsPS.count, GX2_MAX… in DEMOGfxGetPixelShaderUniformLocation()
180 pShader->uniformsPS.location[pShader->uniformsPS.count] = in DEMOGfxGetPixelShaderUniformLocation()
182 ASSERT(DEMOGfxCheckShaderLocation(pShader->uniformsPS.location[pShader->uniformsPS.count])); in DEMOGfxGetPixelShaderUniformLocation()
185 pShader->uniformsPS.count++; in DEMOGfxGetPixelShaderUniformLocation()
DdemoFont.c243 GX2SetPixelUniformReg(s_Shader.uniformsPS.location[0], 1*4, &pFontData->color); in DEMOFontPuts()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfxShader.h104 DEMOGfxUniformsPS uniformsPS; member
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfxShader.h104 DEMOGfxUniformsPS uniformsPS; member
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp788 …GX2SetPixelUniformReg(GeometryPass.shaders.uniformsPS.location[uniformPSCount], 4, &GeometryPass.c… in GeometryPassDraw()
879 …GX2SetPixelUniformReg(LightingPass.shaders.uniformsPS.location[uniformPSCount], 4, &LightingPass.a… in LightingPassDraw()
881 …GX2SetPixelUniformReg(LightingPass.shaders.uniformsPS.location[uniformPSCount], 4, &LightingPass.l… in LightingPassDraw()
883 …GX2SetPixelUniformReg(LightingPass.shaders.uniformsPS.location[uniformPSCount], 4, &LightingPass.l… in LightingPassDraw()
885 …GX2SetPixelUniformReg(LightingPass.shaders.uniformsPS.location[uniformPSCount], 4, &LightingPass.c… in LightingPassDraw()