Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFuzzyImageCompare.cpp317 ConstPixelBufferAccess cmpAccess = cmpFiltered.getAccess(); in fuzzyCompare() local
323 … 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), re… in fuzzyCompare()