Searched refs:errorFloodThreshold (Results 1 – 3 of 3) sorted by relevance
667 const int errorFloodThreshold = 4; in verifyTriangleGroupInterpolationWithInterpolator() local773 if (errorCount < errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()828 if (errorCount <= errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()852 if (errorCount > errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()853 …sages.push_back(std::string("Omitted " + de::toString(errorCount - errorFloodThreshold) + " pixel … in verifyTriangleGroupInterpolationWithInterpolator()1793 const int errorFloodThreshold = 4; in verifyLineGroupPixelIndependentInterpolation() local1885 if (errorCount < errorFloodThreshold) in verifyLineGroupPixelIndependentInterpolation()1919 if (errorCount < errorFloodThreshold) in verifyLineGroupPixelIndependentInterpolation()1944 if (errorCount > errorFloodThreshold) in verifyLineGroupPixelIndependentInterpolation()1945 …log << tcu::TestLog::Message << "Omitted " << (errorCount-errorFloodThreshold) << " pixel error de… in verifyLineGroupPixelIndependentInterpolation()[all …]
1164 const int errorFloodThreshold = 8; in verifyFeedbackResults() local1184 if (!centroidOk && numErrors++ < errorFloodThreshold) in verifyFeedbackResults()1209 if (numErrors++ < errorFloodThreshold) in verifyFeedbackResults()1227 if (numErrors > errorFloodThreshold) in verifyFeedbackResults()1228 …m_testCtx.getLog() << tcu::TestLog::Message << "Omitted " << (numErrors - errorFloodThreshold) << … in verifyFeedbackResults()
384 const int errorFloodThreshold = 5; in verifyResults() local410 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()1398 const int errorFloodThreshold = 5; in verifyResults() local1429 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()