Searched refs:thresholdRed (Results 1 – 4 of 4) sorted by relevance
95 const int thresholdRed = 1 << (8 - redBits); in compareColors() local99 return deAbs32(colorA.getRed() - colorB.getRed()) <= thresholdRed && in compareColors()793 const int thresholdRed = stackSize - 1; in verifyTriangleGroupInterpolationWithInterpolator() local818 if (pixelNativeColor.x() < colorMin.x() - thresholdRed || in verifyTriangleGroupInterpolationWithInterpolator()821 pixelNativeColor.x() > colorMax.x() + thresholdRed || in verifyTriangleGroupInterpolationWithInterpolator()835 << "\tAllowed error:\t\t" << tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue) << "\n" in verifyTriangleGroupInterpolationWithInterpolator()836 …<< "\tReference native color min: " << tcu::clamp(colorMin - tcu::IVec3(thresholdRed, thresholdGre… in verifyTriangleGroupInterpolationWithInterpolator()837 …<< "\tReference native color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGre… in verifyTriangleGroupInterpolationWithInterpolator()838 …<< "\tReference native float min: " << tcu::clamp(colorMinF - tcu::IVec3(thresholdRed, thresholdGr… in verifyTriangleGroupInterpolationWithInterpolator()839 …<< "\tReference native float max: " << tcu::clamp(colorMaxF + tcu::IVec3(thresholdRed, thresholdGr… in verifyTriangleGroupInterpolationWithInterpolator()
1131 const int thresholdRed = 1 << (8 - m_context.getRenderTarget().getPixelFormat().redBits); in iterate() local1166 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()1200 if (color.getRed() <= thresholdRed || in iterate()
1280 const int thresholdRed = 1 << (8 - getPixelFormat().redBits); in iterate() local1315 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()1349 if (color.getRed() <= thresholdRed || in iterate()
4703 const int thresholdRed = 1 << (8 - colorBits[0]); in iterate() local4733 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()4762 if (color.getRed() <= thresholdRed || in iterate()