Home
last modified time | relevance | path

Searched refs:pipe_draw_start_count (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_context.h52 struct pipe_draw_start_count;
145 const struct pipe_draw_start_count *draws,
Dp_state.h724 struct pipe_draw_start_count { struct
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c763 const struct pipe_draw_start_count *draws, in si_emit_draw_packets()
1561 const struct pipe_draw_start_count *draws, in si_get_draw_start_count()
1759 const struct pipe_draw_start_count *draws, in si_multi_draw_vbo()
2253 struct pipe_draw_start_count draw = {info->start, info->count}; in si_draw_vbo()
Dsi_compute_prim_discard.c958 const struct pipe_draw_start_count *draws, in si_prepare_prim_discard_or_split_draw()
1027 struct pipe_draw_start_count split_draw_range = draws[0]; in si_prepare_prim_discard_or_split_draw()
Dsi_pipe.h1460 const struct pipe_draw_start_count *draws,
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c132 struct pipe_draw_start_count multi[256]; in tc_batch_execute()