Searched refs:errorFloodThreshold (Results 1 – 3 of 3) sorted by relevance
659 const int errorFloodThreshold = 4; in verifyTriangleGroupInterpolationWithInterpolator() local764 if (errorCount < errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()817 if (errorCount <= errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()840 if (errorCount > errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()841 …log << tcu::TestLog::Message << "Omitted " << (errorCount-errorFloodThreshold) << " pixel error de… in verifyTriangleGroupInterpolationWithInterpolator()1548 const int errorFloodThreshold = 4; in verifyLineGroupPixelIndependentInterpolation() local1640 if (errorCount < errorFloodThreshold) in verifyLineGroupPixelIndependentInterpolation()1674 if (errorCount < errorFloodThreshold) in verifyLineGroupPixelIndependentInterpolation()1699 if (errorCount > errorFloodThreshold) in verifyLineGroupPixelIndependentInterpolation()1700 …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()
378 const int errorFloodThreshold = 5; in verifyResults() local404 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()1393 const int errorFloodThreshold = 5; in verifyResults() local1424 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()