Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFuzzyImageCompare.cpp287 …TextureLevel cmpFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, hei… in fuzzyCompare() local
304 …case TextureFormat::RGBA: separableConvolve<4, 4>(cmpFiltered, cmp, shift, shift, kernel, kernel);… in fuzzyCompare()
305 …case TextureFormat::RGB: separableConvolve<4, 3>(cmpFiltered, cmp, shift, shift, kernel, kernel); … in fuzzyCompare()
317 ConstPixelBufferAccess cmpAccess = cmpFiltered.getAccess(); in fuzzyCompare()