Home
last modified time | relevance | path

Searched refs:xa_surface (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_context.h63 struct xa_surface *dst, struct xa_surface *yuv[]);
66 struct xa_surface *dst, struct xa_surface *src);
74 struct xa_surface *srf,
81 struct xa_surface *srf, unsigned int usage);
83 extern void xa_surface_unmap(struct xa_surface *srf);
86 xa_solid_prepare(struct xa_context *ctx, struct xa_surface *dst,
Dxa_tracker.h139 struct xa_surface;
155 extern struct xa_surface *xa_surface_create(struct xa_tracker *xa,
163 enum xa_formats xa_surface_format(const struct xa_surface *srf);
165 extern void xa_surface_destroy(struct xa_surface *srf);
167 extern int xa_surface_redefine(struct xa_surface *srf,
176 extern int xa_surface_handle(struct xa_surface *srf,
Dxa_priv.h61 struct xa_surface { struct
102 struct xa_surface *src;
103 struct xa_surface *dst;
209 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst);
231 struct xa_surface *srf[]);
Dxa_context.c88 struct xa_surface *srf, in xa_surface_dma()
137 struct xa_surface *srf, unsigned int usage) in xa_surface_map()
172 xa_surface_unmap(struct xa_surface *srf) in xa_surface_unmap()
184 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst) in xa_ctx_srf_create()
214 struct xa_surface *dst, struct xa_surface *src) in xa_copy_prepare()
283 xa_solid_prepare(struct xa_context *ctx, struct xa_surface *dst, in xa_solid_prepare()
Dxa_tracker.c282 XA_EXPORT struct xa_surface *
291 struct xa_surface *srf; in xa_surface_create()
338 xa_surface_redefine(struct xa_surface *srf, in xa_surface_redefine()
422 xa_surface_destroy(struct xa_surface *srf) in xa_surface_destroy()
437 xa_surface_handle(struct xa_surface *srf, in xa_surface_handle()
458 xa_surface_format(const struct xa_surface *srf) in xa_surface_format()
Dxa_yuv.c70 xa_yuv_bind_samplers(struct xa_context *r, struct xa_surface *yuv[]) in xa_yuv_bind_samplers()
121 struct xa_surface *dst, struct xa_surface *yuv[]) in xa_yuv_planar_blit()
Dxa_composite.h93 struct xa_surface *srf;
94 struct xa_surface *alpha_map;
Dxa_composite.c284 struct xa_surface *src = src_pic->srf; in picture_format_fixups()
472 struct xa_surface *dst_srf = comp->dst->srf; in xa_composite_prepare()
Dxa_renderer.c294 float dstW, float dstH, struct xa_surface *srf[]) in setup_vertex_data_yuv()
508 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[]) in renderer_draw_yuv()