Lines Matching defs:draws
134 const struct pipe_draw_start_count_bias *draws,
141 /* Return if this fails, which means all draws have count == 0. */
142 if (!vbo_get_minmax_indices_gallium(ctx, info, draws, num_draws))
175 const struct pipe_draw_start_count_bias *draws,
182 if (!prepare_indexed_draw(st, ctx, info, draws, num_draws))
185 cso_multi_draw(st->cso_context, info, drawid_offset, draws, num_draws);
191 const struct pipe_draw_start_count_bias *draws,
199 if (!prepare_indexed_draw(st, ctx, info, draws, num_draws))
205 /* Find consecutive draws where mode doesn't vary. */
209 cso_multi_draw(cso, info, 0, &draws[first], i - first);
213 * the reference alive for later draws.
278 /* Viewperf2020/Maya draws with a buffer that has no storage. */
343 const struct pipe_draw_start_count_bias *draws,
363 pipe->draw_vertex_state(pipe, state, velem_mask, info, draws, num_draws);
365 /* Find consecutive draws where mode doesn't vary. */
371 * with all draws.
377 pipe->draw_vertex_state(pipe, state, velem_mask, info, &draws[first],
527 const struct pipe_draw_start_count_bias *draws,
534 if (!prepare_indexed_draw(st, ctx, info, draws, num_draws))
541 cso_multi_draw(st->cso_context, info, drawid_offset, draws, num_draws);
547 const struct pipe_draw_start_count_bias *draws,
555 if (!prepare_indexed_draw(st, ctx, info, draws, num_draws))
564 /* Find consecutive draws where mode doesn't vary. */
570 cso_multi_draw(cso, info, 0, &draws[first], i - first);
575 * the reference alive for later draws.