Searched refs:samplersVS (Results 1 – 3 of 3) sorted by relevance
82 if(pShader->samplersVS.count > GX2_MAX_SAMPLERS ) in DEMOGfxGetVertexShaderSamplerLocation()84 …OSReport("Warning : The sampler count (%d) in VS is over %d\n", pShader->samplersVS.count, GX2_MAX… in DEMOGfxGetVertexShaderSamplerLocation()89 pShader->samplersVS.location[pShader->samplersVS.count] = in DEMOGfxGetVertexShaderSamplerLocation()91 ASSERT(DEMOGfxCheckShaderLocation(pShader->samplersVS.location[pShader->samplersVS.count])); in DEMOGfxGetVertexShaderSamplerLocation()94 pShader->samplersVS.count++; in DEMOGfxGetVertexShaderSamplerLocation()
92 DEMOGfxSamplers samplersVS; member