Searched refs:samplersGS (Results 1 – 3 of 3) sorted by relevance
128 if(pShader->samplersGS.count > GX2_MAX_SAMPLERS ) in DEMOGfxGetGeometryShaderSamplerLocation()130 …OSReport("Warning : The sampler count (%d) in GS is over %d\n", pShader->samplersGS.count, GX2_MAX… in DEMOGfxGetGeometryShaderSamplerLocation()135 pShader->samplersGS.location[pShader->samplersGS.count] = in DEMOGfxGetGeometryShaderSamplerLocation()137 ASSERT(DEMOGfxCheckShaderLocation(pShader->samplersGS.location[pShader->samplersGS.count])); in DEMOGfxGetGeometryShaderSamplerLocation()140 pShader->samplersGS.count++; in DEMOGfxGetGeometryShaderSamplerLocation()
98 DEMOGfxSamplers samplersGS; member