Lines Matching refs:g_expandDepthShader

57 static ConvertDepthShader g_expandDepthShader[NUM_SHADERS];  variable
89 g_expandDepthShader[i].pVertexShader = VS_SHADERS[i]; in GX2UTConvertDepthInit()
90 g_expandDepthShader[i].pPixelShader = PS_SHADERS[i]; in GX2UTConvertDepthInit()
93 g_expandDepthShader[i].pVertexShader->shaderPtr, in GX2UTConvertDepthInit()
94 g_expandDepthShader[i].pVertexShader->shaderSize); in GX2UTConvertDepthInit()
96 GX2NotifyMemAlloc(g_expandDepthShader[i].pVertexShader->shaderPtr, in GX2UTConvertDepthInit()
97 g_expandDepthShader[i].pVertexShader->shaderSize, in GX2UTConvertDepthInit()
101 g_expandDepthShader[i].pPixelShader->shaderPtr, in GX2UTConvertDepthInit()
102 g_expandDepthShader[i].pPixelShader->shaderSize); in GX2UTConvertDepthInit()
104 GX2NotifyMemAlloc(g_expandDepthShader[i].pPixelShader->shaderPtr, in GX2UTConvertDepthInit()
105 g_expandDepthShader[i].pPixelShader->shaderSize, in GX2UTConvertDepthInit()
110 g_expandDepthShader[i].u_positionLocation = in GX2UTConvertDepthInit()
111 (u32)GX2GetVertexUniformVarOffset(g_expandDepthShader[i].pVertexShader, "u_positions"); in GX2UTConvertDepthInit()
112 ASSERT((g_expandDepthShader[i].u_positionLocation != GX2_UNIFORM_VAR_INVALID_OFFSET) in GX2UTConvertDepthInit()
177 GX2SetVertexShader(g_expandDepthShader[shaderIdx].pVertexShader); in GX2UTConvertDepthBufferToTextureSurfaceOp()
178 GX2SetPixelShader(g_expandDepthShader[shaderIdx].pPixelShader); in GX2UTConvertDepthBufferToTextureSurfaceOp()
198 GX2SetVertexUniformReg(g_expandDepthShader[shaderIdx].u_positionLocation + i*4, 1*4, pos); in GX2UTConvertDepthBufferToTextureSurfaceOp()