Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.h200 struct zink_context { struct
201 struct pipe_context base;
202 struct threaded_context *tc;
203 struct slab_child_pool transfer_pool;
204 struct slab_child_pool transfer_pool_unsync;
205 struct blitter_context *blitter;
207 unsigned flags;
209 pipe_draw_vbo_func draw_vbo[2]; //batch changed
210 pipe_draw_vertex_state_func draw_state[2]; //batch changed
211 pipe_launch_grid_func launch_grid[2]; //batch changed
[all …]