Home
last modified time | relevance | path

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

/external/deqp/modules/internal/
DditFrameworkTests.cpp825 const UVec4 colorDiff = ulpDiff(color, subCase.varying); in runCase() local
826 const bool colorOk = boolAll(lessThanEqual(colorDiff, tcu::UVec4(maxColorUlpDiff))); in runCase()
843 << " color ulp diff = " << colorDiff in runCase()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp321 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern() local
323 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold || in drawTestPattern()
324 colorDiff.y() > formatThreshold.getGreen() + colorThreshold || in drawTestPattern()
325 colorDiff.z() > formatThreshold.getBlue() + colorThreshold) in drawTestPattern()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern() local
331 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold || in drawTestPattern()
332 colorDiff.y() > formatThreshold.getGreen() + colorThreshold || in drawTestPattern()
333 colorDiff.z() > formatThreshold.getBlue() + colorThreshold) in drawTestPattern()