Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_composite.c283 enum xa_formats src_hw_format, src_pic_format; in picture_format_fixups() local
289 src_hw_format = xa_surface_format(src); in picture_format_fixups()
292 set_alpha = (xa_format_type_is_color(src_hw_format) && in picture_format_fixups()
298 if (src_hw_format == src_pic_format) { in picture_format_fixups()
306 src_hw_type = xa_format_type(src_hw_format); in picture_format_fixups()