Searched refs:pipe_draw_vbo_func (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.h | 174 typedef void (*pipe_draw_vbo_func)(struct pipe_context *pipe, typedef 209 pipe_draw_vbo_func draw_vbo[2]; //batch changed
|
D | zink_draw.cpp | 1011 init_batch_changed_functions(struct zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][4][2], … in init_batch_changed_functions() 1019 init_dynamic_state_functions(struct zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][4][2], … in init_dynamic_state_functions() 1027 init_multidraw_functions(struct zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][4][2], pipe… in init_multidraw_functions() 1036 init_all_draw_functions(struct zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][4][2], pipe_… in init_all_draw_functions() 1135 pipe_draw_vbo_func draw_vbo_array[2][4] //multidraw, zink_dynamic_state in zink_init_draw_functions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.h | 924 typedef void (*pipe_draw_vbo_func)(struct pipe_context *pipe, typedef 1294 pipe_draw_vbo_func draw_vbo[2][2][2]; 1297 pipe_draw_vbo_func real_draw_vbo; 1507 void si_install_draw_wrapper(struct si_context *sctx, pipe_draw_vbo_func wrapper, 2007 pipe_draw_vbo_func draw_vbo = sctx->draw_vbo[!!sctx->shader.tes.cso] in si_select_draw_vbo()
|
D | si_gfx_cs.c | 315 void si_install_draw_wrapper(struct si_context *sctx, pipe_draw_vbo_func wrapper, in si_install_draw_wrapper()
|