Lines Matching defs:refParams

114 						  const ReferenceParams& refParams, bool isNearestOnly) const;
195 const ReferenceParams& refParams, bool isNearestOnly) const
206 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
211 if (verifyTextureResult(m_testCtx, rendered.getAccess(), reference, texCoords, refParams, lookupPrecision,
227 if (verifyTextureResult(m_testCtx, rendered.getAccess(), reference, texCoords, refParams, lookupPrecision,
607 ReferenceParams refParams(TEXTURETYPE_3D);
612 refParams.sampler = glu::mapGLSampler(m_filteringData.wrapS, m_filteringData.wrapT, m_filteringData.wrapR,
614 refParams.samplerType = getSamplerType(texFmt);
615 refParams.lodMode = LODMODE_EXACT;
616 refParams.colorBias = fmtInfo.lookupBias;
617 refParams.colorScale = fmtInfo.lookupScale;
661 verifyTestResult(texCoord[0].getPtr(), rendered, curCase.texture->getRefTexture(), refParams, isNearestOnly);
759 ReferenceParams refParams(TEXTURETYPE_3D);
760 refParams.sampler = glu::mapGLSampler(GL_REPEAT, GL_REPEAT, GL_REPEAT, GL_NEAREST_MIPMAP_NEAREST, GL_NEAREST);
761 refParams.samplerType = getSamplerType(textureFormat);
762 refParams.lodMode = LODMODE_EXACT;
763 refParams.colorBias = formatInfo.lookupBias;
764 refParams.colorScale = formatInfo.lookupScale;
777 verifyTestResult(texCoord[0].getPtr(), rendered, texture.getRefTexture(), refParams, false);
818 ReferenceParams refParams(TEXTURETYPE_3D);
886 refParams.sampler = glu::mapGLSampler(GL_REPEAT, GL_REPEAT, GL_REPEAT, GL_NEAREST_MIPMAP_NEAREST, GL_NEAREST);
887 refParams.samplerType = getSamplerType(textureFormat);
888 refParams.lodMode = LODMODE_EXACT;
889 refParams.colorBias = formatInfo.lookupBias;
890 refParams.colorScale = formatInfo.lookupScale;
901 verifyTestResult(texCoord[0].getPtr(), rendered, texture.getRefTexture(), refParams, false);
1003 ReferenceParams refParams(TEXTURETYPE_2D);
1004 refParams.sampler = glu::mapGLSampler(GL_REPEAT, GL_REPEAT, GL_NEAREST_MIPMAP_NEAREST, GL_NEAREST);
1005 refParams.samplerType = getSamplerType(textureFormat);
1006 refParams.lodMode = LODMODE_EXACT;
1007 refParams.colorBias = formatInfo.lookupBias;
1008 refParams.colorScale = formatInfo.lookupScale;
1013 verifyTestResult(texCoord[0].getPtr(), rendered, texture2D.getRefTexture(), refParams, false);