Home
last modified time | relevance | path

Searched refs:computeAbsDiff (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuRGBA.hpp189 inline RGBA computeAbsDiff(RGBA a, RGBA b) in computeAbsDiff() function
210 return computeAbsDiff(a, b).isBelowThreshold(threshold); in compareThreshold()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp746 … log << TestLog::Message << "Exceeds: " << threshold << " diff:" << tcu::computeAbsDiff(ref, res) in iterate()
1714 … << "Exceeds: " << threshold << " diff:" << tcu::computeAbsDiff(ref, res) << " res:" << res in iterate()