Lines Matching refs:draw
58 struct pipe_draw_start_count_bias draw;
65 draw.start = start;
66 draw.count = count;
67 draw.index_bias = 0;
69 pipe->draw_vbo(pipe, &info, 0, NULL, &draw, 1);
81 struct pipe_draw_start_count_bias draw;
88 draw.index_bias = index_bias;
90 draw.start = start;
91 draw.count = count;
93 pipe->draw_vbo(pipe, &info, 0, NULL, &draw, 1);
105 struct pipe_draw_start_count_bias draw;
115 draw.start = start;
116 draw.count = count;
117 draw.index_bias = 0;
119 pipe->draw_vbo(pipe, &info, 0, NULL, &draw, 1);
134 struct pipe_draw_start_count_bias draw;
141 draw.index_bias = index_bias;
145 draw.start = start;
146 draw.count = count;
148 pipe->draw_vbo(pipe, &info, 0, NULL, &draw, 1);
153 struct pipe_draw_start_count_bias draw;
163 /* This converts an indirect draw into a direct draw by mapping the indirect
171 /* Helper to handle multi-draw by splitting into individual draws. You