Searched defs:zink_context (Results 1 – 1 of 1) sorted by relevance
200 struct zink_context { struct201 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 changed210 pipe_draw_vertex_state_func draw_state[2]; //batch changed211 pipe_launch_grid_func launch_grid[2]; //batch changed[all …]