Searched refs:src_pic_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
307 src_pic_type = xa_format_type(src_pic_format);
310 src_pic_type == xa_type_abgr) ||
312 src_pic_type == xa_type_argb)));
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
307 src_pic_type = xa_format_type(src_pic_format);
310 src_pic_type == xa_type_abgr) ||
312 src_pic_type == xa_type_argb)));
314 if (!swizzle && (src_hw_type != src_pic_type))

Completed in 4 milliseconds