Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFuzzyImageCompare.cpp63 static inline deUint8 roundToUint8Sat (float v) in roundToUint8Sat() function
70 …return roundToUint8Sat(v[0]) | (roundToUint8Sat(v[1]) << 8) | (roundToUint8Sat(v[2]) << 16) | (rou… in toColor()
155 dst = setChannel(dst, c, roundToUint8Sat(f)); in bilinearSample()