Lines Matching defs:draw
2980 * if a vertex buffer is twice input of the draw call. */
3224 struct pipe_draw_info draw;
3305 draw.mode = PIPE_PRIM_POINTS;
3307 draw.start_instance = 0;
3308 draw.primitive_restart = FALSE;
3309 draw.restart_index = 0;
3310 draw.instance_count = 1;
3311 draw.index_size = 0;
3314 draw.min_index = 0;
3315 draw.max_index = VertexCount - 1;
3320 pipe_sw->draw_vbo(pipe_sw, &draw, 0, NULL, &sc, 1);