Searched refs:xa_format (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/src/gallium/frontends/xa/
H A Dxa_tracker.h78 #define xa_format(bpp,type,a,r,g,b) (((bpp) << 24) | \ macro
109 xa_format_type_is_color(uint32_t xa_format) argument
111 return (xa_format_type(xa_format) < xa_type_z);
115 xa_format_depth(uint32_t xa_format) argument
117 return ((xa_format_type_is_color(xa_format)) ?
118 xa_format_argb_depth(xa_format) : xa_format_c_depth(xa_format));
123 xa_format_a8 = xa_format(8, xa_type_a, 8, 0, 0, 0),
125 xa_format_a8r8g8b8 = xa_format(32, xa_type_argb, 8, 8, 8, 8),
126 xa_format_x8r8g8b8 = xa_format(3
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_tracker.c85 xa_get_pipe_format(struct xa_tracker *xa, enum xa_formats xa_format) argument
89 fdesc.xa_format = xa_format;
91 switch (xa_format) {
199 enum xa_formats xa_format; local in function:xa_tracker_create
203 xa_format = preferred[stype][i];
206 xa_get_pipe_format(xa, xa_format);
213 xa->supported_formats[num_formats++] = xa_format;
280 if (fdesc.xa_format != xa_format_unknown &&
281 xa_format_depth(fdesc.xa_format)
294 xa_format_check_supported(struct xa_tracker * xa,enum xa_formats xa_format,unsigned int flags) argument
333 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,struct winsys_handle * whandle) argument
395 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
407 xa_surface_from_handle(struct xa_tracker * xa,int width,int height,int depth,enum xa_surface_type stype,enum xa_formats xa_format,unsigned int flags,uint32_t handle,uint32_t stride) argument
421 xa_surface_from_handle2(struct xa_tracker * xa,int width,int height,int depth,enum xa_surface_type stype,enum xa_formats xa_format,unsigned int flags,enum xa_handle_type type,uint32_t handle,uint32_t stride) argument
439 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.h.in78 #define xa_format(bpp,type,a,r,g,b) (((bpp) << 24) | \ macro
109 xa_format_type_is_color(uint32_t xa_format) argument
111 return (xa_format_type(xa_format) < xa_type_z);
115 xa_format_depth(uint32_t xa_format) argument
117 return ((xa_format_type_is_color(xa_format)) ?
118 xa_format_argb_depth(xa_format) : xa_format_c_depth(xa_format));
123 xa_format_a8 = xa_format(8, xa_type_a, 8, 0, 0, 0),
125 xa_format_a8r8g8b8 = xa_format(32, xa_type_argb, 8, 8, 8, 8),
126 xa_format_x8r8g8b8 = xa_format(3
[all...]
H A Dxa_priv.h60 enum xa_formats xa_format; member in struct:xa_format_descriptor
H A Dxa_context.c238 src->fdesc.xa_format,
239 dst->fdesc.xa_format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_tracker.h.in78 #define xa_format(bpp,type,a,r,g,b) (((bpp) << 24) | \ macro
109 xa_format_type_is_color(uint32_t xa_format) argument
111 return (xa_format_type(xa_format) < xa_type_z);
115 xa_format_depth(uint32_t xa_format) argument
117 return ((xa_format_type_is_color(xa_format)) ?
118 xa_format_argb_depth(xa_format) : xa_format_c_depth(xa_format));
123 xa_format_a8 = xa_format(8, xa_type_a, 8, 0, 0, 0),
125 xa_format_a8r8g8b8 = xa_format(32, xa_type_argb, 8, 8, 8, 8),
126 xa_format_x8r8g8b8 = xa_format(3
[all...]
H A Dxa_tracker.c85 xa_get_pipe_format(struct xa_tracker *xa, enum xa_formats xa_format) argument
89 fdesc.xa_format = xa_format;
91 switch (xa_format) {
158 fdesc.xa_format = xa_format_unknown;
199 enum xa_formats xa_format; local in function:xa_tracker_create
203 xa_format = preferred[stype][i];
206 xa_get_pipe_format(xa, xa_format);
213 xa->supported_formats[num_formats++] = xa_format;
280 if (fdesc.xa_format !
294 xa_format_check_supported(struct xa_tracker * xa,enum xa_formats xa_format,unsigned int flags) argument
333 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,struct winsys_handle * whandle) argument
395 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
407 xa_surface_from_handle(struct xa_tracker * xa,int width,int height,int depth,enum xa_surface_type stype,enum xa_formats xa_format,unsigned int flags,uint32_t handle,uint32_t stride) argument
421 xa_surface_from_handle2(struct xa_tracker * xa,int width,int height,int depth,enum xa_surface_type stype,enum xa_formats xa_format,unsigned int flags,enum xa_handle_type type,uint32_t handle,uint32_t stride) argument
439 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_priv.h60 enum xa_formats xa_format; member in struct:xa_format_descriptor
H A Dxa_context.c238 src->fdesc.xa_format,
239 dst->fdesc.xa_format);
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_xa_surface.c106 return xa_format(PICT_FORMAT_BPP(format),
222 swizzle_format = xa_format(xa_format_bpp(format),

Completed in 7 milliseconds