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

  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.h 93 #define xa_format_type(f) (((f) >> 16) & 0xff) macro
111 return (xa_format_type(xa_format) < xa_type_z);
xa_tracker.c 294 bind = stype_bind[xa_format_type(fdesc.xa_format)];
356 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
459 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
469 xa_format_type(fdesc.xa_format) == xa_type_a)
xa_composite.c 310 src_hw_type = xa_format_type(src_hw_format);
311 src_pic_type = xa_format_type(src_pic_format);

Completed in 4283 milliseconds