Searched refs:uniformsVS (Results 1 – 5 of 5) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demoGfxShader.c | 151 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()
|
| D | demoFont.c | 240 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/ |
| D | demoGfxShader.h | 101 DEMOGfxUniformsVS uniformsVS; member
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/ |
| D | demoGfxShader.h | 101 DEMOGfxUniformsVS uniformsVS; member
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/SLConverter/DeferredTest/ |
| D | deferredRendering.cpp | 785 …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()
|