Searched defs:zink_context (Results 1 – 1 of 1) sorted by relevance
186 struct zink_context { struct187 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 changed194 pipe_launch_grid_func launch_grid[2]; //batch changed218 struct zink_framebuffer *(*get_framebuffer)(struct zink_context*); argument219 …framebuffer)(struct zink_screen *screen, struct zink_framebuffer *fb, struct zink_render_pass *rp);[all …]