Home
last modified time | relevance | path

Searched refs:xa_context (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_context.h35 struct xa_context;
37 extern struct xa_context *xa_context_default(struct xa_tracker *xa);
39 extern struct xa_context *xa_context_create(struct xa_tracker *xa);
41 extern void xa_context_destroy(struct xa_context *r);
43 extern void xa_context_flush(struct xa_context *ctx);
53 extern int xa_yuv_planar_blit(struct xa_context *r,
67 extern int xa_copy_prepare(struct xa_context *ctx,
70 extern void xa_copy(struct xa_context *ctx,
73 extern void xa_copy_done(struct xa_context *ctx);
75 extern int xa_surface_dma(struct xa_context *ctx,
[all …]
Dxa_priv.h81 struct xa_context *default_ctx;
84 struct xa_context { struct
127 xa_scissor_reset(struct xa_context *ctx) in xa_scissor_reset() argument
137 xa_scissor_update(struct xa_context *ctx, unsigned minx, unsigned miny, in xa_scissor_update()
229 extern struct xa_shaders *xa_shaders_create(struct xa_context *);
240 xa_context_flush(struct xa_context *ctx);
243 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst);
246 xa_ctx_srf_destroy(struct xa_context *ctx);
249 xa_ctx_sampler_views_destroy(struct xa_context *ctx);
254 void renderer_set_constants(struct xa_context *r,
[all …]
Dxa_context.c38 xa_context_flush(struct xa_context *ctx) in xa_context_flush()
47 XA_EXPORT struct xa_context *
53 XA_EXPORT struct xa_context *
56 struct xa_context *ctx = calloc(1, sizeof(*ctx)); in xa_context_create()
68 xa_context_destroy(struct xa_context *r) in xa_context_destroy()
97 xa_surface_dma(struct xa_context *ctx, in xa_surface_dma()
136 xa_surface_map(struct xa_context *ctx, in xa_surface_map()
188 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst) in xa_ctx_srf_create()
217 xa_ctx_srf_destroy(struct xa_context *ctx) in xa_ctx_srf_destroy()
226 xa_copy_prepare(struct xa_context *ctx, in xa_copy_prepare()
[all …]
Dxa_renderer.c45 renderer_set_constants(struct xa_context *r,
75 renderer_draw(struct xa_context *r) in renderer_draw()
101 renderer_draw_conditional(struct xa_context *r, int next_batch) in renderer_draw_conditional()
110 renderer_init_state(struct xa_context *r) in renderer_init_state()
139 add_vertex_color(struct xa_context *r, float x, float y, float color[4]) in add_vertex_color()
157 add_vertex_1tex(struct xa_context *r, float x, float y, float s, float t) in add_vertex_1tex()
175 add_vertex_2tex(struct xa_context *r, in add_vertex_2tex()
199 add_vertex_data1(struct xa_context *r, in add_vertex_data1()
243 add_vertex_data2(struct xa_context *r, in add_vertex_data2()
300 setup_vertex_data_yuv(struct xa_context *r, in setup_vertex_data_yuv()
[all …]
Dxa_yuv.c38 xa_yuv_bind_blend_state(struct xa_context *r) in xa_yuv_bind_blend_state()
56 xa_yuv_bind_shaders(struct xa_context *r) in xa_yuv_bind_shaders()
70 xa_yuv_bind_samplers(struct xa_context *r, struct xa_surface *yuv[]) in xa_yuv_bind_samplers()
100 xa_yuv_fs_constants(struct xa_context *r, const float conversion_matrix[]) in xa_yuv_fs_constants()
109 xa_yuv_planar_blit(struct xa_context *r, in xa_yuv_planar_blit()
Dxa_composite.h131 xa_composite_prepare(struct xa_context *ctx, const struct xa_composite *comp);
134 xa_composite_rect(struct xa_context *ctx,
138 xa_composite_done(struct xa_context *ctx);
Dxa_composite.c257 bind_composite_blend_state(struct xa_context *ctx, in bind_composite_blend_state()
328 bind_shaders(struct xa_context *ctx, const struct xa_composite *comp) in bind_shaders()
389 bind_samplers(struct xa_context *ctx, in bind_samplers()
473 xa_composite_prepare(struct xa_context *ctx, in xa_composite_prepare()
509 xa_composite_rect(struct xa_context *ctx, in xa_composite_rect()
535 xa_composite_done(struct xa_context *ctx) in xa_composite_done()
DMakefile.sources3 xa_context.c \
DMakefile.am34 xa_context.h \
Dxa_tgsi.c103 struct xa_context *r;
600 xa_shaders_create(struct xa_context *r) in xa_shaders_create()