Lines Matching defs:pipe
32 #include "pipe/p_compiler.h"
33 #include "pipe/p_context.h"
34 #include "pipe/p_state.h"
52 util_draw_arrays(struct pipe_context *pipe,
69 pipe->draw_vbo(pipe, &info, 0, NULL, &draw, 1);
73 util_draw_elements(struct pipe_context *pipe,
93 pipe->draw_vbo(pipe, &info, 0, NULL, &draw, 1);
97 util_draw_arrays_instanced(struct pipe_context *pipe,
119 pipe->draw_vbo(pipe, &info, 0, NULL, &draw, 1);
123 util_draw_elements_instanced(struct pipe_context *pipe,
148 pipe->draw_vbo(pipe, &info, 0, NULL, &draw, 1);
158 util_draw_indirect_read(struct pipe_context *pipe,
164 * buffer, extracting its arguments, and calling pipe->draw_vbo.
167 util_draw_indirect(struct pipe_context *pipe,