Searched refs:thresholdGreen (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuRasterizationVerifier.cpp | 96 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()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 1132 …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()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fRasterizationTests.cpp | 1281 const int thresholdGreen = 1 << (8 - getPixelFormat().greenBits); in iterate() local 1316 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate() 1350 color.getGreen() <= thresholdGreen || in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 4737 const int thresholdGreen = 1 << (8 - colorBits[1]); in iterate() local 4767 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate() 4796 color.getGreen() <= thresholdGreen || in iterate()
|