Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuImageCompare.cpp438 static deUint32 computeFloatFlushRelaxedULPDiff (float a, float b) in computeFloatFlushRelaxedULPDiff() function
459 return tcu::UVec4(computeFloatFlushRelaxedULPDiff(a.x(), b.x()), in computeFlushRelaxedULPDiff()
460 computeFloatFlushRelaxedULPDiff(a.y(), b.y()), in computeFlushRelaxedULPDiff()
461 computeFloatFlushRelaxedULPDiff(a.z(), b.z()), in computeFlushRelaxedULPDiff()
462 computeFloatFlushRelaxedULPDiff(a.w(), b.w())); in computeFlushRelaxedULPDiff()