Searched refs:colorDiff (Results 1 – 3 of 3) sorted by relevance
825 const UVec4 colorDiff = ulpDiff(color, subCase.varying); in runCase() local826 const bool colorOk = boolAll(lessThanEqual(colorDiff, tcu::UVec4(maxColorUlpDiff))); in runCase()843 << " color ulp diff = " << colorDiff in runCase()
321 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern() local323 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold || in drawTestPattern()324 colorDiff.y() > formatThreshold.getGreen() + colorThreshold || in drawTestPattern()325 colorDiff.z() > formatThreshold.getBlue() + colorThreshold) in drawTestPattern()
329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern() local331 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold || in drawTestPattern()332 colorDiff.y() > formatThreshold.getGreen() + colorThreshold || in drawTestPattern()333 colorDiff.z() > formatThreshold.getBlue() + colorThreshold) in drawTestPattern()