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

  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 267 bind = stype_bind[xa_format_type(fdesc.xa_format)];
314 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
367 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
377 xa_format_type(fdesc.xa_format) == xa_type_a)
xa_tracker.h 89 #define xa_format_type(f) (((f) >> 16) & 0xff) macro
107 return (xa_format_type(xa_format) < xa_type_z);
xa_composite.c 307 src_hw_type = xa_format_type(src_hw_format);
308 src_pic_type = xa_format_type(src_pic_format);

Completed in 105 milliseconds