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.h65 struct xa_surface *dst, struct xa_surface *yuv[]);
68 struct xa_surface *dst, struct xa_surface *src);
76 struct xa_surface *srf,
83 struct xa_surface *srf, unsigned int usage);
85 extern void xa_surface_unmap(struct xa_surface *srf);
88 xa_solid_prepare(struct xa_context *ctx, struct xa_surface *dst,
Dxa_tracker.h143 struct xa_surface;
165 extern struct xa_surface *xa_surface_create(struct xa_tracker *xa,
173 extern struct xa_surface * xa_surface_from_handle(struct xa_tracker *xa,
181 extern struct xa_surface *
193 enum xa_formats xa_surface_format(const struct xa_surface *srf);
195 extern struct xa_surface *xa_surface_ref(struct xa_surface *srf);
196 extern void xa_surface_unref(struct xa_surface *srf);
198 extern int xa_surface_redefine(struct xa_surface *srf,
207 extern int xa_surface_handle(struct xa_surface *srf,
Dxa_tracker.c323 static struct xa_surface *
333 struct xa_surface *srf; in surface_create()
385 XA_EXPORT struct xa_surface *
397 XA_EXPORT struct xa_surface *
411 XA_EXPORT struct xa_surface *
430 xa_surface_redefine(struct xa_surface *srf, in xa_surface_redefine()
513 XA_EXPORT struct xa_surface*
514 xa_surface_ref(struct xa_surface *srf) in xa_surface_ref()
524 xa_surface_unref(struct xa_surface *srf) in xa_surface_unref()
542 xa_surface_handle(struct xa_surface *srf, in xa_surface_handle()
[all …]
Dxa_priv.h63 struct xa_surface { struct
106 struct xa_surface *src;
107 struct xa_surface *dst;
243 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst);
265 struct xa_surface *srf[]);
Dxa_context.c98 struct xa_surface *srf, in xa_surface_dma()
137 struct xa_surface *srf, unsigned int usage) in xa_surface_map()
177 xa_surface_unmap(struct xa_surface *srf) in xa_surface_unmap()
188 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst) in xa_ctx_srf_create()
227 struct xa_surface *dst, struct xa_surface *src) in xa_copy_prepare()
296 xa_solid_prepare(struct xa_context *ctx, struct xa_surface *dst, in xa_solid_prepare()
Dxa_composite.h93 struct xa_surface *srf;
94 struct xa_surface *alpha_map;
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.c286 struct xa_surface *src = src_pic->srf; in picture_format_fixups()
476 struct xa_surface *dst_srf = comp->dst->srf; in xa_composite_prepare()
Dxa_renderer.c307 float dstW, float dstH, struct xa_surface *srf[]) in setup_vertex_data_yuv()
525 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[]) in renderer_draw_yuv()