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