Lines Matching refs:errorFloodThreshold
659 const int errorFloodThreshold = 4; in verifyTriangleGroupInterpolationWithInterpolator() local
764 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() local
1640 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()
1788 const int errorFloodThreshold = 4; in verifySinglesampleWideLineGroupInterpolation() local
1994 if (errorCount < errorFloodThreshold) in verifySinglesampleWideLineGroupInterpolation()
2019 if (errorCount < errorFloodThreshold && candidate.numCandidates > 0) in verifySinglesampleWideLineGroupInterpolation()
2040 if (errorCount < errorFloodThreshold) in verifySinglesampleWideLineGroupInterpolation()
2074 if (errorCount > errorFloodThreshold) in verifySinglesampleWideLineGroupInterpolation()
2075 …log << tcu::TestLog::Message << "Omitted " << (errorCount-errorFloodThreshold) << " pixel error de… in verifySinglesampleWideLineGroupInterpolation()