Searched refs:errorFloodThreshold (Results 1 – 3 of 3) sorted by relevance
664 const int errorFloodThreshold = 4; in verifyTriangleGroupInterpolationWithInterpolator() local769 if (errorCount < errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()822 if (errorCount <= errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()845 if (errorCount > errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()846 …log << tcu::TestLog::Message << "Omitted " << (errorCount-errorFloodThreshold) << " pixel error de… in verifyTriangleGroupInterpolationWithInterpolator()1494 const int errorFloodThreshold = 4; in verifyLineGroupPixelIndependentInterpolation() local1586 if (errorCount < errorFloodThreshold) in verifyLineGroupPixelIndependentInterpolation()1620 if (errorCount < errorFloodThreshold) in verifyLineGroupPixelIndependentInterpolation()1645 if (errorCount > errorFloodThreshold) in verifyLineGroupPixelIndependentInterpolation()1646 …log << tcu::TestLog::Message << "Omitted " << (errorCount-errorFloodThreshold) << " pixel error de… in verifyLineGroupPixelIndependentInterpolation()[all …]
1141 const int errorFloodThreshold = 8; in verifyFeedbackResults() local1161 if (!centroidOk && numErrors++ < errorFloodThreshold) in verifyFeedbackResults()1186 if (numErrors++ < errorFloodThreshold) in verifyFeedbackResults()1204 if (numErrors > errorFloodThreshold) in verifyFeedbackResults()1205 …m_testCtx.getLog() << tcu::TestLog::Message << "Omitted " << (numErrors - errorFloodThreshold) << … in verifyFeedbackResults()
362 const int errorFloodThreshold = 5; in verifyResults() local387 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()1375 const int errorFloodThreshold = 5; in verifyResults() local1406 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()