Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.cpp95 const int thresholdRed = 1 << (8 - redBits); in compareColors() local
99 return deAbs32(colorA.getRed() - colorB.getRed()) <= thresholdRed && in compareColors()
793 const int thresholdRed = stackSize - 1; in verifyTriangleGroupInterpolationWithInterpolator() local
818 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()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fRasterizationTests.cpp1131 const int thresholdRed = 1 << (8 - m_context.getRenderTarget().getPixelFormat().redBits); in iterate() local
1166 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()
1200 if (color.getRed() <= thresholdRed || in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fRasterizationTests.cpp1280 const int thresholdRed = 1 << (8 - getPixelFormat().redBits); in iterate() local
1315 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()
1349 if (color.getRed() <= thresholdRed || in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp4736 const int thresholdRed = 1 << (8 - colorBits[0]); in iterate() local
4766 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()
4795 if (color.getRed() <= thresholdRed || in iterate()