HomeSort by: relevance | last modified time | path
    Searched defs:blitter_context (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_blitter.h 56 struct blitter_context;
58 typedef void *(*blitter_get_vs_func)(struct blitter_context *blitter);
60 struct blitter_context struct
92 void (*draw_rectangle)(struct blitter_context *blitter,
149 struct blitter_context *util_blitter_create(struct pipe_context *pipe);
154 void util_blitter_destroy(struct blitter_context *blitter);
156 void util_blitter_cache_all_shaders(struct blitter_context *blitter);
157 void *util_blitter_get_noop_blend_state(struct blitter_context *blitter);
158 void *util_blitter_get_noop_dsa_state(struct blitter_context *blitter);
159 void *util_blitter_get_discard_rasterizer_state(struct blitter_context *blitter)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_blitter.h 56 struct blitter_context;
58 typedef void *(*blitter_get_vs_func)(struct blitter_context *blitter);
60 struct blitter_context struct
92 void (*draw_rectangle)(struct blitter_context *blitter,
149 struct blitter_context *util_blitter_create(struct pipe_context *pipe);
154 void util_blitter_destroy(struct blitter_context *blitter);
156 void util_blitter_cache_all_shaders(struct blitter_context *blitter);
162 struct pipe_context *util_blitter_get_pipe(struct blitter_context *blitter)
170 void util_blitter_set_texture_multisample(struct blitter_context *blitter,
175 void util_blitter_draw_rectangle(struct blitter_context *blitter
    [all...]

Completed in 5 milliseconds