Searched refs:samplersPS (Results 1 – 5 of 5) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demoGfxShader.c | 105 if(pShader->samplersPS.count > GX2_MAX_SAMPLERS ) in DEMOGfxGetPixelShaderSamplerLocation() 107 …OSReport("Warning : The sampler count (%d) in PS is over %d\n", pShader->samplersPS.count, GX2_MAX… in DEMOGfxGetPixelShaderSamplerLocation() 112 pShader->samplersPS.location[pShader->samplersPS.count] = in DEMOGfxGetPixelShaderSamplerLocation() 114 ASSERT(DEMOGfxCheckShaderLocation(pShader->samplersPS.location[pShader->samplersPS.count])); in DEMOGfxGetPixelShaderSamplerLocation() 117 pShader->samplersPS.count++; in DEMOGfxGetPixelShaderSamplerLocation()
|
| D | demoFont.c | 540 GX2SetPixelTexture(&pFont->TexData, pShader->samplersPS.location[0]); in SetFontTexture() 656 GX2SetPixelSampler(&s_sampler, s_Shader.samplersPS.location[0]); in DEMOFontAddInstance()
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/SLConverter/DeferredTest/ |
| D | deferredRendering.cpp | 869 …GX2SetPixelTexture(&LightingPass.myTextureBuffer[0], LightingPass.shaders.samplersPS.location[samp… in LightingPassDraw() 870 …GX2SetPixelSampler(&LightingPass.mySampler, LightingPass.shaders.samplersPS.location[samp… in LightingPassDraw() 872 …GX2SetPixelTexture(&LightingPass.myTextureBuffer[1], LightingPass.shaders.samplersPS.location[samp… in LightingPassDraw() 873 …GX2SetPixelSampler(&LightingPass.mySampler, LightingPass.shaders.samplersPS.location[samp… in LightingPassDraw() 875 …GX2SetPixelTexture(&LightingPass.myTextureBuffer[2], LightingPass.shaders.samplersPS.location[samp… in LightingPassDraw() 876 …GX2SetPixelSampler(&LightingPass.mySampler, LightingPass.shaders.samplersPS.location[samp… in LightingPassDraw() 932 …GX2SetPixelTexture(&BuffersPass.myTextureBuffer[0], BuffersPass.shaders.samplersPS.location[sample… in BuffersPassDraw() 933 …GX2SetPixelSampler(&BuffersPass.mySampler, BuffersPass.shaders.samplersPS.location[sample… in BuffersPassDraw() 949 …GX2SetPixelTexture(&BuffersPass.myTextureBuffer[1], BuffersPass.shaders.samplersPS.location[sample… in BuffersPassDraw() 950 …GX2SetPixelSampler(&BuffersPass.mySampler, BuffersPass.shaders.samplersPS.location[sample… in BuffersPassDraw() [all …]
|
| /CafeSDK-2.12.13/system/include/cafe/demo/ |
| D | demoGfxShader.h | 95 DEMOGfxSamplers samplersPS; member
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/ |
| D | demoGfxShader.h | 95 DEMOGfxSamplers samplersPS; member
|