Searched refs:maxAllowedInvalidPixels (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 3520 static bool edgeRelaxedImageCompare (tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, const tcu::IVec3& renderTargetThreshold, int maxAllowedInvalidPixels) in edgeRelaxedImageCompare() argument 3588 << "\tnumber of allowed invalid pixels = " << maxAllowedInvalidPixels << "\n" in edgeRelaxedImageCompare() 3592 if (numFailingPixels > maxAllowedInvalidPixels) in edgeRelaxedImageCompare() 3615 static bool intersectionRelaxedLineImageCompare (tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, int maxAllowedInvalidPixels) in intersectionRelaxedLineImageCompare() argument 3685 << "\tnumber of allowed invalid pixels = " << maxAllowedInvalidPixels << "\n" in intersectionRelaxedLineImageCompare() 3689 if (numFailingPixels > maxAllowedInvalidPixels) in intersectionRelaxedLineImageCompare()
|
Completed in 6 milliseconds