Home | History | Annotate | Download | only in functional

Lines Matching defs:sampleParams

305 	ReferenceParams				sampleParams		(TEXTURETYPE_2D);
324 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
325 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
326 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
327 sampleParams.lodMode = LODMODE_EXACT; // Use ideal lod.
375 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
378 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
382 m_renderer.renderQuad(0, &texCoord[0], sampleParams);
427 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
430 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
434 refTexture, &texCoord[0], sampleParams);
440 m_texture->getRefTexture(), &texCoord[0], sampleParams,
1268 ReferenceParams sampleParams (TEXTURETYPE_3D);
1274 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_wrapR, m_minFilter, magFilter);
1275 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(texFmt);
1276 sampleParams.colorBias = fmtInfo.lookupBias;
1277 sampleParams.colorScale = fmtInfo.lookupScale;
1278 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
1325 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
1329 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
1333 m_renderer.renderQuad(0, &texCoord[0], sampleParams);
1377 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
1380 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
1384 refTexture, &texCoord[0], sampleParams);
1390 m_texture->getRefTexture(), &texCoord[0], sampleParams,
1508 ReferenceParams sampleParams (gls::TextureTestUtil::TEXTURETYPE_2D, glu::mapGLSampler(wrapS, wrapT, m_minFilter, magFilter));
1547 m_renderer.renderQuad(0, &texCoord[0], sampleParams);
1582 getReferenceParams(sampleParams, cellNdx);
1586 refTexture, &texCoord[0], sampleParams);
1592 m_texture->getRefTexture(), &texCoord[0], sampleParams,
2143 ReferenceParams sampleParams (gls::TextureTestUtil::TEXTURETYPE_3D);
2146 sampleParams.sampler = glu::mapGLSampler(wrapS, wrapT, wrapR, m_minFilter, magFilter);
2147 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(texFmt);
2148 sampleParams.colorBias = fmtInfo.lookupBias;
2149 sampleParams.colorScale = fmtInfo.lookupScale;
2179 m_renderer.renderQuad(0, &texCoord[0], sampleParams);
2214 getReferenceParams(sampleParams, cellNdx);
2218 refTexture, &texCoord[0], sampleParams);
2224 m_texture->getRefTexture(), &texCoord[0], sampleParams,