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

/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_composite.c288 enum xa_surface_type src_hw_type, src_pic_type; local
310 src_hw_type = xa_format_type(src_hw_format);
313 swizzle = ((src_hw_type == xa_type_argb &&
315 ((src_hw_type == xa_type_abgr &&
318 if (!swizzle && (src_hw_type != src_pic_type))

Completed in 70 milliseconds