Home
last modified time | relevance | path

Searched refs:badPixelTolerance (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderWinding.cpp218 const int badPixelTolerance = in iterate() local
236 if (totalNumPixels - numWhitePixels - numRedPixels > badPixelTolerance) in iterate()
240 << " other than white or red pixels (maximum tolerance " << badPixelTolerance in iterate()
251 if (de::abs(numWhitePixels - totalNumPixels / 2) > badPixelTolerance) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationWindingTests.cpp125 const int badPixelTolerance = (primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 5*de::max(image.getWidth(), image.getHeight()) : 0); in verifyResultImage() local
127 if (de::abs(numWhitePixels - totalNumPixels/2) > badPixelTolerance) in verifyResultImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationWindingTests.cpp125 const int badPixelTolerance = (primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 5*de::max(image.getWidth(), image.getHeight()) : 0); in verifyResultImage() local
127 if (de::abs(numWhitePixels - totalNumPixels/2) > badPixelTolerance) in verifyResultImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp1548 const int badPixelTolerance = (isAnyIntFormat ? 2 * caseDef.renderSize.x() : 0);
1575 if (numBadPixels <= badPixelTolerance)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp1536 const int badPixelTolerance = (isAnyIntFormat ? 2 * caseDef.renderSize.x() : 0);
1563 if (numBadPixels <= badPixelTolerance)
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp2889 const int badPixelTolerance = m_primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 5*de::max(rendered.getWidth(), rendered.getHeight()) : 0;
2904 if (totalNumPixels - numWhitePixels - numRedPixels > badPixelTolerance)
2906 log << TestLog::Message << "Failure: Got " << totalNumPixels - numWhitePixels - numRedPixels << " other than white or red pixels (maximum tolerance " << badPixelTolerance << ")" << TestLog::EndMessage;
2915 if (de::abs(numWhitePixels - totalNumPixels/2) > badPixelTolerance)

Completed in 15 milliseconds