Home
last modified time | relevance | path

Searched refs:deAbs32 (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/common/
DtcuRGBA.cpp67 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()
DtcuRGBA.hpp119 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()
DtcuRasterizationVerifier.cpp99 return deAbs32(colorA.getRed() - colorB.getRed()) <= thresholdRed && in compareColors()
100 deAbs32(colorA.getGreen() - colorB.getGreen()) <= thresholdGreen && in compareColors()
101 deAbs32(colorA.getBlue() - colorB.getBlue()) <= thresholdBlue; in compareColors()
1480 if (deAbs32(referenceFragments - resultFragments) > allowedDeviation) in verifySinglesampleLineGroupRasterization()
/external/deqp/framework/delibs/debase/
DdeMath.c149 const int exponent = 31 - deClz32((deUint32)deAbs32(x)); in deInt32ToFloatRoundToNegInf()
DdeInt32.h51 DE_INLINE int deAbs32 (int a) in deAbs32() function
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1865 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()
/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp778 sum += deAbs32((int)current - (int)last); in verifyScene()