Home | History | Annotate | Download | only in functional

Lines Matching refs:comparePrec

868 		GenMipmapPrecision	comparePrec;
870 comparePrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
871 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits);
872 comparePrec.filterBits = tcu::IVec3(4, 4, 0);
874 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
1022 GenMipmapPrecision comparePrec;
1024 comparePrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
1025 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits);
1026 comparePrec.filterBits = tcu::IVec3(4, 4, 0);
1028 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);