Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp664 const int errorFloodThreshold = 4; in verifyTriangleGroupInterpolationWithInterpolator() local
769 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() local
1586 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 …]
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1141 const int errorFloodThreshold = 8; in verifyFeedbackResults() local
1161 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()
Des31fSynchronizationTests.cpp362 const int errorFloodThreshold = 5; in verifyResults() local
387 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()
1375 const int errorFloodThreshold = 5; in verifyResults() local
1406 if (numErrorsLogged++ < errorFloodThreshold) in verifyResults()