HomeSort by relevance Sort by last modified time
    Searched refs:xa_surface (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.h 65 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,
xa_tracker.h 143 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
    [all...]
xa_composite.h 93 struct xa_surface *srf;
94 struct xa_surface *alpha_map;
xa_tracker.c 323 static struct xa_surface *
333 struct xa_surface *srf;
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,
513 XA_EXPORT struct xa_surface*
514 xa_surface_ref(struct xa_surface *srf)
524 xa_surface_unref(struct xa_surface *srf)
542 xa_surface_handle(struct xa_surface *srf
    [all...]
xa_priv.h 63 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[]);
xa_yuv.c 70 xa_yuv_bind_samplers(struct xa_context *r, struct xa_surface *yuv[])
121 struct xa_surface *dst, struct xa_surface *yuv[])
xa_context.c 98 struct xa_surface *srf,
137 struct xa_surface *srf, unsigned int usage)
177 xa_surface_unmap(struct xa_surface *srf)
188 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst)
227 struct xa_surface *dst, struct xa_surface *src)
296 xa_solid_prepare(struct xa_context *ctx, struct xa_surface *dst,
xa_composite.c 286 struct xa_surface *src = src_pic->srf;
476 struct xa_surface *dst_srf = comp->dst->srf;
xa_renderer.c 307 float dstW, float dstH, struct xa_surface *srf[])
525 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[])

Completed in 423 milliseconds