Searched refs:refFiltered (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuFuzzyImageCompare.cpp | 286 …TextureLevel refFiltered(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), width, hei… in fuzzyCompare() local 296 …case TextureFormat::RGBA: separableConvolve<4, 4>(refFiltered, ref, shift, shift, kernel, kernel);… in fuzzyCompare() 297 …case TextureFormat::RGB: separableConvolve<4, 3>(refFiltered, ref, shift, shift, kernel, kernel); … in fuzzyCompare() 316 ConstPixelBufferAccess refAccess = refFiltered.getAccess(); in fuzzyCompare()
|