Lines Matching defs:comparePrec
871 GenMipmapPrecision comparePrec;
873 comparePrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
874 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits);
875 comparePrec.filterBits = tcu::IVec3(4, 4, 0);
877 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
1024 GenMipmapPrecision comparePrec;
1026 comparePrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
1027 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits);
1028 comparePrec.filterBits = tcu::IVec3(4, 4, 0);
1030 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);