Home
last modified time | relevance | path

Searched defs:blitter_context (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.h60 struct blitter_context struct
92 void (*draw_rectangle)(struct blitter_context *blitter, argument
101 bool running;
103 bool use_index_buffer;
106 struct pipe_context *pipe; /**< pipe context */
108 void *saved_blend_state; /**< blend state */
109 void *saved_dsa_state; /**< depth stencil alpha state */
110 void *saved_velem_state; /**< vertex elements state */
111 void *saved_rs_state; /**< rasterizer state */
112 void *saved_fs, *saved_vs, *saved_gs, *saved_tcs, *saved_tes; /**< shaders */
[all …]