Searched refs:distSquaredToNeighbor (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFuzzyImageCompare.cpp | 213 static deUint32 distSquaredToNeighbor (de::Random& rnd, deUint32 pixel, const ConstPixelBufferAccess& surface, int x, int y) in distSquaredToNeighbor() function 323 const deUint32 minDist2RefToCmp = distSquaredToNeighbor<4>(rnd, readUnorm8<4>(refAccess, x, y), cmpAccess, x, y); in fuzzyCompare() 324 const deUint32 minDist2CmpToRef = distSquaredToNeighbor<4>(rnd, readUnorm8<4>(cmpAccess, x, y), refAccess, x, y); in fuzzyCompare()
|
Completed in 2 milliseconds