Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoGfxShader.c151 if(pShader->uniformsVS.count > GX2_MAX_VS_UNIFORM_VARS ) in DEMOGfxGetVertexShaderUniformLocation()
153 …OSReport("Warning : The uniform count (%d) in VS is over %d\n", pShader->uniformsVS.count, GX2_MAX… in DEMOGfxGetVertexShaderUniformLocation()
158 pShader->uniformsVS.location[pShader->uniformsVS.count] = in DEMOGfxGetVertexShaderUniformLocation()
160 ASSERT(DEMOGfxCheckShaderLocation(pShader->uniformsVS.location[pShader->uniformsVS.count])); in DEMOGfxGetVertexShaderUniformLocation()
163 pShader->uniformsVS.count++; in DEMOGfxGetVertexShaderUniformLocation()
DdemoFont.c240 GX2SetVertexUniformReg(s_Shader.uniformsVS.location[1], 1*4, &pFontData->charMagScale[0]); in DEMOFontPuts()
310 GX2SetVertexUniformReg(s_Shader.uniformsVS.location[0], 1*4, &basePos); in DEMOFontPuts()
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoGfxShader.h101 DEMOGfxUniformsVS uniformsVS; member
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoGfxShader.h101 DEMOGfxUniformsVS uniformsVS; member
/CafeSDK-2.12.13/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp785 …GX2SetVertexUniformReg(GeometryPass.shaders.uniformsVS.location[uniformVSCount++], 4*4, GeometryPa… in GeometryPassDraw()
786 …GX2SetVertexUniformReg(GeometryPass.shaders.uniformsVS.location[uniformVSCount++], 4*4, GeometryPa… in GeometryPassDraw()
927 GX2SetVertexUniformReg(BuffersPass.shaders.uniformsVS.location[uniformVSCount], 4, mOffset); in BuffersPassDraw()
944 GX2SetVertexUniformReg(BuffersPass.shaders.uniformsVS.location[uniformVSCount], 4, mOffset); in BuffersPassDraw()
961 GX2SetVertexUniformReg(BuffersPass.shaders.uniformsVS.location[uniformVSCount], 4, mOffset); in BuffersPassDraw()