Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp667 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()
[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.cpp384 const int errorFloodThreshold = 5; in verifyResults() local
410 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()
1398 const int errorFloodThreshold = 5; in verifyResults() local
1429 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()