Home
last modified time | relevance | path

Searched refs:errorFloodThreshold (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp659 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()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1164 const int errorFloodThreshold = 8; in verifyFeedbackResults() local
1184 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()
Des31fSynchronizationTests.cpp378 const int errorFloodThreshold = 5; in verifyResults() local
404 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()
1393 const int errorFloodThreshold = 5; in verifyResults() local
1424 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()