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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_composite.c283 enum xa_formats src_hw_format, src_pic_format; local in function:picture_format_fixups
289 src_hw_format = xa_surface_format(src);
292 set_alpha = (xa_format_type_is_color(src_hw_format) &&
298 if (src_hw_format == src_pic_format) {
306 src_hw_type = xa_format_type(src_hw_format);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_composite.c283 enum xa_formats src_hw_format, src_pic_format; local in function:picture_format_fixups
289 src_hw_format = xa_surface_format(src);
292 set_alpha = (xa_format_type_is_color(src_hw_format) &&
298 if (src_hw_format == src_pic_format) {
306 src_hw_type = xa_format_type(src_hw_format);

Completed in 3 milliseconds