Searched refs:pipe_draw_vertex_state_func (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.h | 180 typedef void (*pipe_draw_vertex_state_func)(struct pipe_context *ctx, typedef 210 pipe_draw_vertex_state_func draw_state[2]; //batch changed
|
D | zink_draw.cpp | 1011 …zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][4][2], pipe_draw_vertex_state_func draw_st… in init_batch_changed_functions() 1019 …zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][4][2], pipe_draw_vertex_state_func draw_st… in init_dynamic_state_functions() 1027 …zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][4][2], pipe_draw_vertex_state_func draw_st… in init_multidraw_functions() 1036 …zink_context *ctx, pipe_draw_vbo_func draw_vbo_array[2][4][2], pipe_draw_vertex_state_func draw_st… in init_all_draw_functions() 1137 pipe_draw_vertex_state_func draw_state_array[2][4] //multidraw, zink_dynamic_state in zink_init_draw_functions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.h | 930 typedef void (*pipe_draw_vertex_state_func)(struct pipe_context *ctx, typedef 1295 pipe_draw_vertex_state_func draw_vertex_state[2][2][2]; 1298 pipe_draw_vertex_state_func real_draw_vertex_state; 1508 pipe_draw_vertex_state_func vstate_wrapper); 2010 pipe_draw_vertex_state_func draw_vertex_state = in si_select_draw_vbo()
|
D | si_gfx_cs.c | 316 pipe_draw_vertex_state_func vstate_wrapper) in si_install_draw_wrapper()
|