Home | History | Annotate | Download | only in functional

Lines Matching defs:sampleParams

261 	ReferenceParams				sampleParams		(TEXTURETYPE_2D);
280 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
281 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
282 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
283 sampleParams.lodMode = LODMODE_EXACT; // Use ideal lod.
331 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
334 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
338 m_renderer.renderQuad(0, &texCoord[0], sampleParams);
383 sampleParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
386 sampleParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
390 refTexture, &texCoord[0], sampleParams);
396 m_texture->getRefTexture(), &texCoord[0], sampleParams,