Searched defs:xa_format (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tracker.c83 xa_get_pipe_format(enum xa_formats xa_format) argument
87 fdesc.xa_format = xa_format;
89 switch (xa_format) {
130 fdesc.xa_format = xa_format_unknown;
169 enum xa_formats xa_format; local
173 xa_format = preferred[stype][i];
175 struct xa_format_descriptor fdesc = xa_get_pipe_format(xa_format);
182 xa->supported_formats[num_formats++] = xa_format;
244 if (fdesc.xa_format !
258 xa_format_check_supported(struct xa_tracker *xa, enum xa_formats xa_format, unsigned int flags) argument
283 xa_surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags) argument
338 xa_surface_redefine(struct xa_surface *srf, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int new_flags, int copy_contents) argument
[all...]
H A Dxa_tracker.h74 #define xa_format(bpp,type,a,r,g,b) (((bpp) << 24) | \ macro
105 xa_format_type_is_color(uint32_t xa_format) argument
107 return (xa_format_type(xa_format) < xa_type_z);
111 xa_format_depth(uint32_t xa_format) argument
113 return ((xa_format_type_is_color(xa_format)) ?
114 xa_format_argb_depth(xa_format) : xa_format_c_depth(xa_format));
119 xa_format_a8 = xa_format(8, xa_type_a, 8, 0, 0, 0),
121 xa_format_a8r8g8b8 = xa_format(32, xa_type_argb, 8, 8, 8, 8),
122 xa_format_x8r8g8b8 = xa_format(3
[all...]
H A Dxa_priv.h58 enum xa_formats xa_format; member in struct:xa_format_descriptor
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.c83 xa_get_pipe_format(enum xa_formats xa_format) argument
87 fdesc.xa_format = xa_format;
89 switch (xa_format) {
130 fdesc.xa_format = xa_format_unknown;
169 enum xa_formats xa_format; local
173 xa_format = preferred[stype][i];
175 struct xa_format_descriptor fdesc = xa_get_pipe_format(xa_format);
182 xa->supported_formats[num_formats++] = xa_format;
244 if (fdesc.xa_format !
258 xa_format_check_supported(struct xa_tracker *xa, enum xa_formats xa_format, unsigned int flags) argument
283 xa_surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags) argument
338 xa_surface_redefine(struct xa_surface *srf, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int new_flags, int copy_contents) argument
[all...]
H A Dxa_tracker.h74 #define xa_format(bpp,type,a,r,g,b) (((bpp) << 24) | \ macro
105 xa_format_type_is_color(uint32_t xa_format) argument
107 return (xa_format_type(xa_format) < xa_type_z);
111 xa_format_depth(uint32_t xa_format) argument
113 return ((xa_format_type_is_color(xa_format)) ?
114 xa_format_argb_depth(xa_format) : xa_format_c_depth(xa_format));
119 xa_format_a8 = xa_format(8, xa_type_a, 8, 0, 0, 0),
121 xa_format_a8r8g8b8 = xa_format(32, xa_type_argb, 8, 8, 8, 8),
122 xa_format_x8r8g8b8 = xa_format(3
[all...]
H A Dxa_priv.h58 enum xa_formats xa_format; member in struct:xa_format_descriptor

Completed in 97 milliseconds