Searched defs:xa_format (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tracker.c | 86 xa_get_pipe_format(struct xa_tracker *xa, enum xa_formats xa_format) in xa_get_pipe_format() 189 enum xa_formats xa_format; in xa_tracker_create() local 286 enum xa_formats xa_format, unsigned int flags) in xa_format_check_supported() 329 enum xa_formats xa_format, unsigned int flags, in surface_create() 391 enum xa_formats xa_format, unsigned int flags) in xa_surface_create() 403 enum xa_formats xa_format, unsigned int flags, in xa_surface_from_handle() 417 enum xa_formats xa_format, unsigned int flags, in xa_surface_from_handle2() 435 enum xa_formats xa_format, in xa_surface_redefine()
|
D | xa_tracker.h | 78 #define xa_format(bpp,type,a,r,g,b) (((bpp) << 24) | \ macro 109 xa_format_type_is_color(uint32_t xa_format) in xa_format_type_is_color() 115 xa_format_depth(uint32_t xa_format) in xa_format_depth()
|
D | xa_priv.h | 60 enum xa_formats xa_format; member
|