Home
last modified time | relevance | path

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

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