Searched refs:xa_format_type (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_xa_surface.c159 (xa_format_type(format) == xa_format_type(old_format) &&
219 ftype = xa_format_type(format);
305 enum xa_surface_type ftype = xa_format_type(old_format);
350 if (xa_format_type(format) != xa_format_type(old_format) ||
H A Dvmwgfx_tex_video.c517 xa_format_type(dst_format),
522 xa_format_type(dst_format),
/xsrc/external/mit/MesaLib/src/gallium/frontends/xa/
H A Dxa_tracker.h93 #define xa_format_type(f) (((f) >> 16) & 0xff) macro
111 return (xa_format_type(xa_format) < xa_type_z);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_composite.c306 src_hw_type = xa_format_type(src_hw_format);
307 src_pic_type = xa_format_type(src_pic_format);
390 if (dst_pic && xa_format_type(dst_pic->pict_format) !=
391 xa_format_type(xa_surface_format(dst_pic->srf)))
H A Dxa_tracker.c303 bind = stype_bind[xa_format_type(fdesc.xa_format)];
365 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
468 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
478 xa_format_type(fdesc.xa_format) == xa_type_a)
H A Dxa_tracker.h.in93 #define xa_format_type(f) (((f) >> 16) & 0xff) macro
111 return (xa_format_type(xa_format) < xa_type_z);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_composite.c306 src_hw_type = xa_format_type(src_hw_format);
307 src_pic_type = xa_format_type(src_pic_format);
390 if (dst_pic && xa_format_type(dst_pic->pict_format) !=
391 xa_format_type(xa_surface_format(dst_pic->srf)))
H A Dxa_tracker.c303 bind = stype_bind[xa_format_type(fdesc.xa_format)];
365 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
468 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
478 xa_format_type(fdesc.xa_format) == xa_type_a)
H A Dxa_tracker.h.in93 #define xa_format_type(f) (((f) >> 16) & 0xff) macro
111 return (xa_format_type(xa_format) < xa_type_z);

Completed in 12 milliseconds