Searched refs:intel_miptree_blit_compatible_formats (Results 1 – 3 of 3) sorted by relevance
31 bool intel_miptree_blit_compatible_formats(mesa_format src, mesa_format dst);
86 if (!intel_miptree_blit_compatible_formats(src_format, dst_format)) { in do_blit_drawpixels()
125 intel_miptree_blit_compatible_formats(mesa_format src, mesa_format dst) in intel_miptree_blit_compatible_formats() function492 if (!intel_miptree_blit_compatible_formats(src_format, dst_format)) { in intel_miptree_blit()