Home
last modified time | relevance | path

Searched refs:computeAbsDiffMasked (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuRGBA.cpp51 RGBA computeAbsDiffMasked(RGBA a, RGBA b, uint32_t cmpMask) in computeAbsDiffMasked() function
97 return computeAbsDiffMasked(a, b, cmpMask).isBelowThreshold(threshold); in compareThresholdMasked()
H A DtcuRGBA.hpp219 RGBA computeAbsDiffMasked(RGBA a, RGBA b, uint32_t cmpMask);
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fColorClearTest.cpp264 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask); in iterate()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fColorClearTest.cpp264 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask); in iterate()