Searched refs:thresholdRed (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRasterizationVerifier.cpp | 95 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; 818 if (pixelNativeColor.x() < colorMin.x() - thresholdRed || 821 pixelNativeColor.x() > colorMax.x() + thresholdRed || 835 << "\tAllowed error:\t\t" << tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue) << "\n" 836 << "\tReference native color min: " << tcu::clamp(colorMin - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue), tcu::IVec3(0,0,0), formatLimit) << "\n" 837 << "\tReference native color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue), tcu::IVec3(0,0,0), formatLimit) << "\n" 838 << "\tReference native float min: " << tcu::clamp(colorMinF - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue).cast<float>(), tcu::Vec3(0.0f, 0.0f, 0.0f), formatLimit.cast<float>()) << "\n" 839 << "\tReference native float max: " << tcu::clamp(colorMaxF + tcu::IVec3(thresholdRed, thresholdGree [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRasterizationTests.cpp | 1132 const int thresholdRed = 1 << (8 - m_context.getRenderTarget().getPixelFormat().redBits); 1167 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || 1201 if (color.getRed() <= thresholdRed ||
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fRasterizationTests.cpp | 1281 const int thresholdRed = 1 << (8 - getPixelFormat().redBits); 1316 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || 1350 if (color.getRed() <= thresholdRed ||
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 5079 const int thresholdRed = 1 << (8 - colorBits[0]); 5109 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || 5138 if (color.getRed() <= thresholdRed ||
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 4829 const int thresholdRed = 1 << (8 - colorBits[0]); 4859 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || 4888 if (color.getRed() <= thresholdRed ||
|
Completed in 27 milliseconds