Lines Matching refs:sampleParams
306 ReferenceParams sampleParams (TEXTURETYPE_2D);
325 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
326 sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
327 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
328 sampleParams.lodMode = LODMODE_EXACT; // Use ideal lod.
376 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
379 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
383 m_renderer.renderQuad(0, &texCoord[0], sampleParams);
428 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
431 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
435 refTexture, &texCoord[0], sampleParams);
441 m_texture->getRefTexture(), &texCoord[0], sampleParams,
1265 ReferenceParams sampleParams (TEXTURETYPE_3D);
1271 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_wrapR, m_minFilter, magFilter);
1272 sampleParams.samplerType = getSamplerType(texFmt);
1273 sampleParams.colorBias = fmtInfo.lookupBias;
1274 sampleParams.colorScale = fmtInfo.lookupScale;
1275 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
1322 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
1326 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
1330 m_renderer.renderQuad(0, &texCoord[0], sampleParams);
1374 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
1377 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
1381 refTexture, &texCoord[0], sampleParams);
1387 m_texture->getRefTexture(), &texCoord[0], sampleParams,
1505 ReferenceParams sampleParams (TEXTURETYPE_2D, glu::mapGLSampler(wrapS, wrapT, m_minFilter, magFilter));
1544 m_renderer.renderQuad(0, &texCoord[0], sampleParams);
1579 getReferenceParams(sampleParams, cellNdx);
1583 refTexture, &texCoord[0], sampleParams);
1589 m_texture->getRefTexture(), &texCoord[0], sampleParams,
2140 ReferenceParams sampleParams (TEXTURETYPE_3D);
2143 sampleParams.sampler = glu::mapGLSampler(wrapS, wrapT, wrapR, m_minFilter, magFilter);
2144 sampleParams.samplerType = getSamplerType(texFmt);
2145 sampleParams.colorBias = fmtInfo.lookupBias;
2146 sampleParams.colorScale = fmtInfo.lookupScale;
2176 m_renderer.renderQuad(0, &texCoord[0], sampleParams);
2211 getReferenceParams(sampleParams, cellNdx);
2215 refTexture, &texCoord[0], sampleParams);
2221 m_texture->getRefTexture(), &texCoord[0], sampleParams,