HomeSort by relevance Sort by last modified time
    Searched refs:xa_type_argb (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.h 62 xa_type_argb, enumerator in enum:xa_surface_type
125 xa_format_a8r8g8b8 = xa_format(32, xa_type_argb, 8, 8, 8, 8),
126 xa_format_x8r8g8b8 = xa_format(32, xa_type_argb, 0, 8, 8, 8),
127 xa_format_r5g6b5 = xa_format(16, xa_type_argb, 0, 5, 6, 5),
128 xa_format_x1r5g5b5 = xa_format(16, xa_type_argb, 0, 5, 5, 5),
xa_composite.c 313 swizzle = ((src_hw_type == xa_type_argb &&
316 src_pic_type == xa_type_argb)));

Completed in 79 milliseconds