Home
last modified time | relevance | path

Searched refs:thresholdRed (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp91 const int thresholdRed = 1 << (8 - redBits); in compareColors() local
95 return deAbs32(colorA.getRed() - colorB.getRed()) <= thresholdRed && in compareColors()
782 const int thresholdRed = stackSize - 1; in verifyTriangleGroupInterpolationWithInterpolator() local
807 if (pixelNativeColor.x() < colorMin.x() - thresholdRed || in verifyTriangleGroupInterpolationWithInterpolator()
810 pixelNativeColor.x() > colorMax.x() + thresholdRed || in verifyTriangleGroupInterpolationWithInterpolator()
823 << "\tAllowed error:\t\t" << tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue) << "\n" in verifyTriangleGroupInterpolationWithInterpolator()
824 …<< "\tReference native color min: " << tcu::clamp(colorMin - tcu::IVec3(thresholdRed, thresholdGre… in verifyTriangleGroupInterpolationWithInterpolator()
825 …<< "\tReference native color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGre… in verifyTriangleGroupInterpolationWithInterpolator()
826 …<< "\tReference native float min: " << tcu::clamp(colorMinF - tcu::IVec3(thresholdRed, thresholdGr… in verifyTriangleGroupInterpolationWithInterpolator()
827 …<< "\tReference native float max: " << tcu::clamp(colorMaxF + tcu::IVec3(thresholdRed, thresholdGr… in verifyTriangleGroupInterpolationWithInterpolator()
/external/deqp/modules/gles2/functional/
Des2fRasterizationTests.cpp1129 const int thresholdRed = 1 << (8 - m_context.getRenderTarget().getPixelFormat().redBits); in iterate() local
1164 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()
1198 if (color.getRed() <= thresholdRed || in iterate()
/external/deqp/modules/gles3/functional/
Des3fRasterizationTests.cpp1278 const int thresholdRed = 1 << (8 - getPixelFormat().redBits); in iterate() local
1313 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()
1347 if (color.getRed() <= thresholdRed || in iterate()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp1609 const int thresholdRed = 1 << (8 - colorBits[0]); in iterate() local
1639 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()
1668 if (color.getRed() <= thresholdRed || in iterate()