Searched refs:deAbs32 (Results 1 – 7 of 7) sorted by relevance
67 rDiff = (deUint8)deAbs32(ra - rb); in computeAbsDiffMasked()75 gDiff = (deUint8)deAbs32(ga - gb); in computeAbsDiffMasked()83 bDiff = (deUint8)deAbs32(ba - bb); in computeAbsDiffMasked()91 aDiff = (deUint8)deAbs32(aa - ab); in computeAbsDiffMasked()
119 deAbs32(a.getRed() - b.getRed()), in computeAbsDiff()120 deAbs32(a.getGreen() - b.getGreen()), in computeAbsDiff()121 deAbs32(a.getBlue() - b.getBlue()), in computeAbsDiff()122 deAbs32(a.getAlpha() - b.getAlpha())); in computeAbsDiff()
95 return deAbs32(colorA.getRed() - colorB.getRed()) <= thresholdRed && in compareColors()96 deAbs32(colorA.getGreen() - colorB.getGreen()) <= thresholdGreen && in compareColors()97 deAbs32(colorA.getBlue() - colorB.getBlue()) <= thresholdBlue; in compareColors()1241 if (deAbs32(referenceFragments - resultFragments) > allowedDeviation) in verifySinglesampleLineGroupRasterization()
149 const int exponent = 31 - deClz32((deUint32)deAbs32(x)); in deInt32ToFloatRoundToNegInf()
51 DE_INLINE int deAbs32 (int a) in deAbs32() function
1865 deUint8 r = (deUint8)deAbs32(refPixel.getRed() - screenCmpPixel.getRed()); in compare()1866 deUint8 g = (deUint8)deAbs32(refPixel.getGreen() - screenCmpPixel.getGreen()); in compare()1867 deUint8 b = (deUint8)deAbs32(refPixel.getBlue() - screenCmpPixel.getBlue()); in compare()1876 deUint8 r = (deUint8)deAbs32(refCmpPixel.getRed() - screenPixel.getRed()); in compare()1877 deUint8 g = (deUint8)deAbs32(refCmpPixel.getGreen() - screenPixel.getGreen()); in compare()1878 deUint8 b = (deUint8)deAbs32(refCmpPixel.getBlue() - screenPixel.getBlue()); in compare()
778 sum += deAbs32((int)current - (int)last); in verifyScene()