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.h186 struct zink_context { struct
187 struct pipe_context base;
188 struct threaded_context *tc;
189 struct slab_child_pool transfer_pool;
190 struct slab_child_pool transfer_pool_unsync;
191 struct blitter_context *blitter;
193 pipe_draw_vbo_func draw_vbo[2]; //batch changed
194 pipe_launch_grid_func launch_grid[2]; //batch changed
218 struct zink_framebuffer *(*get_framebuffer)(struct zink_context*); argument
219 …framebuffer)(struct zink_screen *screen, struct zink_framebuffer *fb, struct zink_render_pass *rp);
[all …]