Home
last modified time | relevance | path

Searched refs:GX2GetVertexUniformVarOffset (Results 1 – 8 of 8) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/gx2ut/
Dgx2utExpandColor.cpp110 (u32)GX2GetVertexUniformVarOffset(g_expandColorShader[i].pVertexShader, "u_positions"); in GX2UTExpandAAColorInit()
Dgx2utExpandDepth.cpp110 (u32)GX2GetVertexUniformVarOffset(g_expandDepthShader[i].pVertexShader, "u_positions"); in GX2UTExpandDepthInit()
Dgx2utConvertDepth.cpp111 (u32)GX2GetVertexUniformVarOffset(g_expandDepthShader[i].pVertexShader, "u_positions"); in GX2UTConvertDepthInit()
Dgx2utResolve.cpp111 (u32)GX2GetVertexUniformVarOffset(g_resolveColorShader[i].pVertexShader, "u_positions"); in GX2UTResolveColorInit()
Dgx2utCopy.cpp180 (u32)GX2GetVertexUniformVarOffset(g_copySurfaceShader[i].pVertexShader, "u_positions"); in GX2UTCopySurfaceRectInit()
182 (u32)GX2GetVertexUniformVarOffset(g_copySurfaceShader[i].pVertexShader, "u_texCoords"); in GX2UTCopySurfaceRectInit()
Dgx2utClear.cpp120 (u32)GX2GetVertexUniformVarOffset(g_clearSurfaceShader[i].pVertexShader, "u_positions"); in GX2UTClearSurfaceRectInit()
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoGfxShader.c159 (u32)GX2GetVertexUniformVarOffset(pShader->pVertexShader, name); in DEMOGfxGetVertexShaderUniformLocation()
/CafeSDK-2.12.13/system/include/cafe/gx2/
Dgx2Shaders.h676 GX2_INLINE s32 GX2GetVertexUniformVarOffset(const GX2VertexShader * shader, const char * name) in GX2GetVertexUniformVarOffset() function