Searched refs:src_hw_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_composite.c284 enum xa_surface_type src_hw_type, src_pic_type; local in function:picture_format_fixups
306 src_hw_type = xa_format_type(src_hw_format);
309 swizzle = ((src_hw_type == xa_type_argb &&
311 ((src_hw_type == xa_type_abgr &&
314 if (!swizzle && (src_hw_type != src_pic_type))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_composite.c284 enum xa_surface_type src_hw_type, src_pic_type; local in function:picture_format_fixups
306 src_hw_type = xa_format_type(src_hw_format);
309 swizzle = ((src_hw_type == xa_type_argb &&
311 ((src_hw_type == xa_type_abgr &&
314 if (!swizzle && (src_hw_type != src_pic_type))

Completed in 5 milliseconds