Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp93 const int thresholdBlue = 1 << (8 - blueBits); in compareColors() local
97 deAbs32(colorA.getBlue() - colorB.getBlue()) <= thresholdBlue; in compareColors()
784 const int thresholdBlue = stackSize - 1; in verifyTriangleGroupInterpolationWithInterpolator() local
809 pixelNativeColor.z() < colorMin.z() - thresholdBlue || in verifyTriangleGroupInterpolationWithInterpolator()
812 pixelNativeColor.z() > colorMax.z() + thresholdBlue) in verifyTriangleGroupInterpolationWithInterpolator()
823 << "\tAllowed error:\t\t" << tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue) << "\n" in verifyTriangleGroupInterpolationWithInterpolator()
824 …: " << tcu::clamp(colorMin - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue), tcu::IVec3(0… in verifyTriangleGroupInterpolationWithInterpolator()
825 …: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue), tcu::IVec3(0… in verifyTriangleGroupInterpolationWithInterpolator()
826 … " << tcu::clamp(colorMinF - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue).cast<float>()… in verifyTriangleGroupInterpolationWithInterpolator()
827 … " << tcu::clamp(colorMaxF + tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue).cast<float>()… in verifyTriangleGroupInterpolationWithInterpolator()
/external/deqp/modules/gles2/functional/
Des2fRasterizationTests.cpp1131 …const int thresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits… in iterate() local
1166 (color.getBlue() - triangleColor.getBlue()) > thresholdBlue) in iterate()
1200 color.getBlue() <= thresholdBlue) in iterate()
/external/deqp/modules/gles3/functional/
Des3fRasterizationTests.cpp1280 const int thresholdBlue = 1 << (8 - getPixelFormat().blueBits); in iterate() local
1315 (color.getBlue() - triangleColor.getBlue()) > thresholdBlue) in iterate()
1349 color.getBlue() <= thresholdBlue) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp1611 const int thresholdBlue = 1 << (8 - colorBits[2]); in iterate() local
1641 (color.getBlue() - triangleColor.getBlue()) > thresholdBlue) in iterate()
1670 color.getBlue() <= thresholdBlue) in iterate()