Lines Matching defs:pipe
58 #include "pipe/p_context.h"
59 #include "pipe/p_defines.h"
117 struct pipe_context *pipe = st->pipe;
121 pipe->set_context_param(pipe,
149 if (st->pipe->draw_vbo == tc_draw_vbo) {
227 struct u_indirect_params *new_draws = util_draw_indirect_read(st->pipe, info, indirect, &draw_count);
359 struct pipe_context *pipe = st->pipe;
363 pipe->draw_vertex_state(pipe, state, velem_mask, info, draws, num_draws);
377 pipe->draw_vertex_state(pipe, state, velem_mask, info, &draws[first],
422 st->draw = draw_create(st->pipe);
455 u_upload_alloc(st->pipe->stream_uploader, 0,
506 u_upload_unmap(st->pipe->stream_uploader);