Searched refs:colorDistSquared (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuFuzzyImageCompare.cpp | 113 static inline deUint32 colorDistSquared (deUint32 pa, deUint32 pb) in colorDistSquared() function 216 deUint32 minDist = colorDistSquared(pixel, readUnorm8<NumChannels>(surface, x, y)); in distSquaredToNeighbor() 242 minDist = de::min(minDist, colorDistSquared(pixel, readUnorm8<NumChannels>(surface, dx, dy))); in distSquaredToNeighbor() 255 minDist = de::min(minDist, colorDistSquared(pixel, sample)); in distSquaredToNeighbor()
|