Searched refs:thresholdGreen (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A 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; 819 pixelNativeColor.y() < colorMin.y() - thresholdGreen || 822 pixelNativeColor.y() > colorMax.y() + thresholdGreen || 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, thresholdGreen, thresholdBlu [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRasterizationTests.cpp | 1133 const int thresholdGreen = 1 << (8 - m_context.getRenderTarget().getPixelFormat().greenBits); 1168 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || 1202 color.getGreen() <= thresholdGreen ||
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fRasterizationTests.cpp | 1282 const int thresholdGreen = 1 << (8 - getPixelFormat().greenBits); 1317 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || 1351 color.getGreen() <= thresholdGreen ||
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 5080 const int thresholdGreen = 1 << (8 - colorBits[1]); 5110 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || 5139 color.getGreen() <= thresholdGreen ||
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 4830 const int thresholdGreen = 1 << (8 - colorBits[1]); 4860 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || 4889 color.getGreen() <= thresholdGreen ||
|
Completed in 25 milliseconds