Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp96 const int thresholdGreen = 1 << (8 - greenBits); in compareColors() local
100 deAbs32(colorA.getGreen() - colorB.getGreen()) <= thresholdGreen && in compareColors()
794 const int thresholdGreen = stackSize - 1; in verifyTriangleGroupInterpolationWithInterpolator() local
819 pixelNativeColor.y() < colorMin.y() - thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator()
822 pixelNativeColor.y() > colorMax.y() + thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator()
835 << "\tAllowed error:\t\t" << tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue) << "\n" in verifyTriangleGroupInterpolationWithInterpolator()
836 …ative color min: " << tcu::clamp(colorMin - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator()
837 …ative color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator()
838 …tive float min: " << tcu::clamp(colorMinF - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator()
839 …tive float max: " << tcu::clamp(colorMaxF + tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator()
/external/deqp/modules/gles2/functional/
Des2fRasterizationTests.cpp1132 …const int thresholdGreen = 1 << (8 - m_context.getRenderTarget().getPixelFormat().greenBi… in iterate() local
1167 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate()
1201 color.getGreen() <= thresholdGreen || in iterate()
/external/deqp/modules/gles3/functional/
Des3fRasterizationTests.cpp1281 const int thresholdGreen = 1 << (8 - getPixelFormat().greenBits); in iterate() local
1316 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate()
1350 color.getGreen() <= thresholdGreen || in iterate()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp4704 const int thresholdGreen = 1 << (8 - colorBits[1]); in iterate() local
4734 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate()
4763 color.getGreen() <= thresholdGreen || in iterate()