Searched refs:pipe_draw_vbo_func (Results 1 - 4 of 4) sorted by path

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_gfx_cs.c300 void si_install_draw_wrapper(struct si_context *sctx, pipe_draw_vbo_func wrapper,
H A Dsi_pipe.h884 typedef void (*pipe_draw_vbo_func)(struct pipe_context *pipe, typedef in typeref:typename:void (*)(struct pipe_context * pipe,const struct pipe_draw_info * info,unsigned drawid_offset,const struct pipe_draw_indirect_info * indirect,const struct pipe_draw_start_count_bias * draws,unsigned num_draws)
1244 pipe_draw_vbo_func draw_vbo[2][2][2];
1247 pipe_draw_vbo_func real_draw_vbo;
1452 void si_install_draw_wrapper(struct si_context *sctx, pipe_draw_vbo_func wrapper,
1979 pipe_draw_vbo_func draw_vbo = sctx->draw_vbo[!!sctx->shader.tes.cso]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.h157 typedef void (*pipe_draw_vbo_func)(struct pipe_context *pipe, typedef in typeref:typename:void (*)(struct pipe_context * pipe,const struct pipe_draw_info * info,unsigned drawid_offset,const struct pipe_draw_indirect_info * indirect,const struct pipe_draw_start_count_bias * draws,unsigned num_draws)
193 pipe_draw_vbo_func draw_vbo[2]; //batch changed
H A Dzink_draw.cpp932 init_batch_changed_functions(struct zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][2][2][2][2])
941 init_vertex_input_functions(struct zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][2][2][2][2])
949 init_dynamic_state2_functions(struct zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][2][2][2][2])
957 init_dynamic_state_functions(struct zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][2][2][2][2])
965 init_multidraw_functions(struct zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][2][2][2][2])
972 init_all_draw_functions(struct zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][2][2][2][2])
1060 pipe_draw_vbo_func draw_vbo_array[2][2][2][2] //multidraw, dynamic state, dynamic state2, dynamic vertex input,

Completed in 96 milliseconds