Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp92 const int thresholdGreen = 1 << (8 - greenBits); in compareColors() local
96 deAbs32(colorA.getGreen() - colorB.getGreen()) <= thresholdGreen && in compareColors()
783 const int thresholdGreen = stackSize - 1; in verifyTriangleGroupInterpolationWithInterpolator() local
808 pixelNativeColor.y() < colorMin.y() - thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator()
811 pixelNativeColor.y() > colorMax.y() + thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator()
823 << "\tAllowed error:\t\t" << tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue) << "\n" in verifyTriangleGroupInterpolationWithInterpolator()
824 …ative color min: " << tcu::clamp(colorMin - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator()
825 …ative color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator()
826 …tive float min: " << tcu::clamp(colorMinF - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator()
827 …tive float max: " << tcu::clamp(colorMaxF + tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator()
/external/deqp/modules/gles2/functional/
Des2fRasterizationTests.cpp1130 …const int thresholdGreen = 1 << (8 - m_context.getRenderTarget().getPixelFormat().greenBi… in iterate() local
1165 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate()
1199 color.getGreen() <= thresholdGreen || in iterate()
/external/deqp/modules/gles3/functional/
Des3fRasterizationTests.cpp1279 const int thresholdGreen = 1 << (8 - getPixelFormat().greenBits); in iterate() local
1314 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate()
1348 color.getGreen() <= thresholdGreen || in iterate()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp1610 const int thresholdGreen = 1 << (8 - colorBits[1]); in iterate() local
1640 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate()
1669 color.getGreen() <= thresholdGreen || in iterate()