Lines Matching refs:errorFloodThreshold
667 const int errorFloodThreshold = 4; in verifyTriangleGroupInterpolationWithInterpolator() local
773 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() local
1885 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()
2033 const int errorFloodThreshold = 4; in verifySinglesampleWideLineGroupInterpolation() local
2239 if (errorCount < errorFloodThreshold) in verifySinglesampleWideLineGroupInterpolation()
2264 if (errorCount < errorFloodThreshold && candidate.numCandidates > 0) in verifySinglesampleWideLineGroupInterpolation()
2285 if (errorCount < errorFloodThreshold) in verifySinglesampleWideLineGroupInterpolation()
2319 if (errorCount > errorFloodThreshold) in verifySinglesampleWideLineGroupInterpolation()
2320 …log << tcu::TestLog::Message << "Omitted " << (errorCount-errorFloodThreshold) << " pixel error de… in verifySinglesampleWideLineGroupInterpolation()