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

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

Completed in 155 milliseconds