HomeSort by relevance Sort by last modified time
    Searched full:src_hw_type (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 286 enum xa_surface_type src_hw_type, src_pic_type; local
307 src_hw_type = xa_format_type(src_hw_format);
310 swizzle = ((src_hw_type == xa_type_argb &&
312 ((src_hw_type == xa_type_abgr &&
315 if (!swizzle && (src_hw_type != src_pic_type))

Completed in 1475 milliseconds