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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.h 35 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);
51 extern int xa_yuv_planar_blit(struct xa_context *r,
65 extern int xa_copy_prepare(struct xa_context *ctx,
68 extern void xa_copy(struct xa_context *ctx,
71 extern void xa_copy_done(struct xa_context *ctx);
73 extern int xa_surface_dma(struct xa_context *ctx,
80 extern void *xa_surface_map(struct xa_context *ctx
    [all...]
xa_priv.h 34 #include "xa_context.h"
77 struct xa_context *default_ctx;
80 struct xa_context { struct
198 extern struct xa_shaders *xa_shaders_create(struct xa_context *);
206 * xa_context.c
209 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst);
212 xa_ctx_srf_destroy(struct xa_context *ctx);
215 xa_ctx_sampler_views_destroy(struct xa_context *ctx);
220 void renderer_set_constants(struct xa_context *r,
224 void renderer_draw_yuv(struct xa_context *r
    [all...]
xa_composite.h 34 #include "xa_context.h"
131 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);
xa_context.c 29 #include "xa_context.h"
38 XA_EXPORT struct xa_context *
44 XA_EXPORT struct xa_context *
47 struct xa_context *ctx = calloc(1, sizeof(*ctx));
59 xa_context_destroy(struct xa_context *r)
87 xa_surface_dma(struct xa_context *ctx,
136 xa_surface_map(struct xa_context *ctx,
184 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst)
207 xa_ctx_srf_destroy(struct xa_context *ctx)
213 xa_copy_prepare(struct xa_context *ctx
    [all...]
xa_renderer.c 29 #include "xa_context.h"
45 renderer_set_constants(struct xa_context *r,
75 renderer_draw(struct xa_context *r)
90 renderer_draw_conditional(struct xa_context *r, int next_batch)
99 renderer_init_state(struct xa_context *r)
126 add_vertex_color(struct xa_context *r, float x, float y, float color[4])
144 add_vertex_1tex(struct xa_context *r, float x, float y, float s, float t)
162 add_vertex_2tex(struct xa_context *r,
186 add_vertex_data1(struct xa_context *r,
230 add_vertex_data2(struct xa_context *r
    [all...]
xa_yuv.c 30 #include "xa_context.h"
38 xa_yuv_bind_blend_state(struct xa_context *r)
56 xa_yuv_bind_shaders(struct xa_context *r)
70 xa_yuv_bind_samplers(struct xa_context *r, struct xa_surface *yuv[])
100 xa_yuv_fs_constants(struct xa_context *r, const float conversion_matrix[])
109 xa_yuv_planar_blit(struct xa_context *r,
Makefile 22 xa_context.c \
xa_composite.c 31 #include "xa_context.h"
255 bind_composite_blend_state(struct xa_context *ctx,
325 bind_shaders(struct xa_context *ctx, const struct xa_composite *comp)
385 bind_samplers(struct xa_context *ctx,
469 xa_composite_prepare(struct xa_context *ctx,
503 xa_composite_rect(struct xa_context *ctx,
527 xa_composite_done(struct xa_context *ctx)
xa_tgsi.c 103 struct xa_context *r;
581 xa_shaders_create(struct xa_context *r)
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.h 35 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);
51 extern int xa_yuv_planar_blit(struct xa_context *r,
65 extern int xa_copy_prepare(struct xa_context *ctx,
68 extern void xa_copy(struct xa_context *ctx,
71 extern void xa_copy_done(struct xa_context *ctx);
73 extern int xa_surface_dma(struct xa_context *ctx,
80 extern void *xa_surface_map(struct xa_context *ctx
    [all...]
xa_priv.h 34 #include "xa_context.h"
77 struct xa_context *default_ctx;
80 struct xa_context { struct
198 extern struct xa_shaders *xa_shaders_create(struct xa_context *);
206 * xa_context.c
209 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst);
212 xa_ctx_srf_destroy(struct xa_context *ctx);
215 xa_ctx_sampler_views_destroy(struct xa_context *ctx);
220 void renderer_set_constants(struct xa_context *r,
224 void renderer_draw_yuv(struct xa_context *r
    [all...]
xa_composite.h 34 #include "xa_context.h"
131 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);
xa_context.c 29 #include "xa_context.h"
38 XA_EXPORT struct xa_context *
44 XA_EXPORT struct xa_context *
47 struct xa_context *ctx = calloc(1, sizeof(*ctx));
59 xa_context_destroy(struct xa_context *r)
87 xa_surface_dma(struct xa_context *ctx,
136 xa_surface_map(struct xa_context *ctx,
184 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst)
207 xa_ctx_srf_destroy(struct xa_context *ctx)
213 xa_copy_prepare(struct xa_context *ctx
    [all...]
xa_renderer.c 29 #include "xa_context.h"
45 renderer_set_constants(struct xa_context *r,
75 renderer_draw(struct xa_context *r)
90 renderer_draw_conditional(struct xa_context *r, int next_batch)
99 renderer_init_state(struct xa_context *r)
126 add_vertex_color(struct xa_context *r, float x, float y, float color[4])
144 add_vertex_1tex(struct xa_context *r, float x, float y, float s, float t)
162 add_vertex_2tex(struct xa_context *r,
186 add_vertex_data1(struct xa_context *r,
230 add_vertex_data2(struct xa_context *r
    [all...]
xa_yuv.c 30 #include "xa_context.h"
38 xa_yuv_bind_blend_state(struct xa_context *r)
56 xa_yuv_bind_shaders(struct xa_context *r)
70 xa_yuv_bind_samplers(struct xa_context *r, struct xa_surface *yuv[])
100 xa_yuv_fs_constants(struct xa_context *r, const float conversion_matrix[])
109 xa_yuv_planar_blit(struct xa_context *r,
Makefile 22 xa_context.c \
xa_composite.c 31 #include "xa_context.h"
255 bind_composite_blend_state(struct xa_context *ctx,
325 bind_shaders(struct xa_context *ctx, const struct xa_composite *comp)
385 bind_samplers(struct xa_context *ctx,
469 xa_composite_prepare(struct xa_context *ctx,
503 xa_composite_rect(struct xa_context *ctx,
527 xa_composite_done(struct xa_context *ctx)
xa_tgsi.c 103 struct xa_context *r;
581 xa_shaders_create(struct xa_context *r)
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/
Makefile 87 $(INSTALL) -m 644 $(TOP)/src/gallium/state_trackers/xa/xa_context.h $(DESTDIR)$(INSTALL_INC_DIR)
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 87 $(INSTALL) -m 644 $(TOP)/src/gallium/state_trackers/xa/xa_context.h $(DESTDIR)$(INSTALL_INC_DIR)

Completed in 1140 milliseconds