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

  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h 47 struct blitter_context struct
74 void (*draw_rectangle)(struct blitter_context *blitter,
131 struct blitter_context *util_blitter_create(struct pipe_context *pipe);
136 void util_blitter_destroy(struct blitter_context *blitter);
138 void util_blitter_cache_all_shaders(struct blitter_context *blitter);
144 struct pipe_context *util_blitter_get_pipe(struct blitter_context *blitter)
152 void util_blitter_set_texture_multisample(struct blitter_context *blitter,
157 void util_blitter_draw_rectangle(struct blitter_context *blitter,
182 void util_blitter_clear(struct blitter_context *blitter,
192 boolean util_blitter_is_copy_supported(struct blitter_context *blitter
    [all...]
u_blitter.c 62 struct blitter_context base;
149 struct blitter_context *util_blitter_create(struct pipe_context *pipe)
417 void util_blitter_destroy(struct blitter_context *blitter)
498 void util_blitter_set_texture_multisample(struct blitter_context *blitter,
506 void util_blitter_set_running_flag(struct blitter_context *blitter)
517 void util_blitter_unset_running_flag(struct blitter_context *blitter)
539 void util_blitter_restore_vertex_states(struct blitter_context *blitter)
598 void util_blitter_restore_fragment_states(struct blitter_context *blitter)
642 void util_blitter_restore_render_cond(struct blitter_context *blitter)
655 void util_blitter_restore_fb_state(struct blitter_context *blitter
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter.h 42 struct blitter_context;
49 struct blitter_context *pipe_blitter;
ilo_blitter_pipe.c 46 struct blitter_context *b = blitter->pipe_blitter;
115 struct blitter_context *b = blitter->pipe_blitter;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 137 struct blitter_context *blitter;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_context.h 132 struct blitter_context *blitter;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 193 struct blitter_context *blitter;
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.h 134 struct blitter_context *blitter;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_context.h 46 struct blitter_context *blitter;
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 464 struct blitter_context* blitter;
746 void r300_blitter_draw_rectangle(struct blitter_context *blitter,
r300_render.c     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 119 struct blitter_context *blitter;
freedreno_draw.c 213 struct blitter_context *blitter = ctx->blitter;
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 290 struct blitter_context* blitter;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 324 struct blitter_context *blitter;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 209 struct blitter_context *blitter;
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 432 struct blitter_context *blitter;
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 721 void r600_draw_rectangle(struct blitter_context *blitter,
    [all...]
r600_pipe_common.c 163 void r600_draw_rectangle(struct blitter_context *blitter,
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 419 struct blitter_context *blitter;

Completed in 2642 milliseconds