Searched refs:pipe_draw_vertex_state_func (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.h | 923 typedef void (*pipe_draw_vertex_state_func)(struct pipe_context *ctx, typedef 1345 pipe_draw_vertex_state_func draw_vertex_state[2][2][2]; 1348 pipe_draw_vertex_state_func real_draw_vertex_state; 1620 pipe_draw_vertex_state_func vstate_wrapper); 2065 pipe_draw_vertex_state_func draw_vertex_state = in si_select_draw_vbo()
|
D | si_gfx_cs.c | 379 pipe_draw_vertex_state_func vstate_wrapper) in si_install_draw_wrapper()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_draw.cpp | 1118 …uct zink_context *ctx, pipe_draw_func draw_vbo_array[2][6][2], pipe_draw_vertex_state_func draw_st… in init_batch_changed_functions() 1127 …uct zink_context *ctx, pipe_draw_func draw_vbo_array[2][6][2], pipe_draw_vertex_state_func draw_st… in init_dynamic_state_functions() 1135 …uct zink_context *ctx, pipe_draw_func draw_vbo_array[2][6][2], pipe_draw_vertex_state_func draw_st… in init_multidraw_functions() 1146 …uct zink_context *ctx, pipe_draw_func draw_vbo_array[2][6][2], pipe_draw_vertex_state_func draw_st… in init_all_draw_functions() 1264 pipe_draw_vertex_state_func draw_state_array[2][6] //multidraw, zink_dynamic_state in zink_init_draw_functions()
|
D | zink_types.h | 1754 typedef void (*pipe_draw_vertex_state_func)(struct pipe_context *ctx, typedef 1792 pipe_draw_vertex_state_func draw_state[2]; //batch changed
|