Home | History | Annotate | Download | only in functional

Lines Matching refs:comparePrec

906 		GenMipmapPrecision	comparePrec;
908 comparePrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
909 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits);
910 comparePrec.filterBits = tcu::IVec3(4, 4, 0);
912 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
1059 GenMipmapPrecision comparePrec;
1061 comparePrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
1062 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits);
1063 comparePrec.filterBits = tcu::IVec3(4, 4, 0);
1065 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);