Lines Matching refs:pipe
34 #include "pipe/p_context.h"
80 draw_create_context(struct pipe_context *pipe, void *context,
93 draw->pipe = pipe;
116 draw_create(struct pipe_context *pipe)
118 return draw_create_context(pipe, NULL, TRUE);
124 draw_create_with_llvm_context(struct pipe_context *pipe,
127 return draw_create_context(pipe, context, TRUE);
135 draw_create_no_llvm(struct pipe_context *pipe)
137 return draw_create_context(pipe, NULL, FALSE);
173 draw->quads_always_flatshade_last = !draw->pipe->screen->get_param(
174 draw->pipe->screen, PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION);
198 struct pipe_context *pipe;
204 pipe = draw->pipe;
212 pipe->delete_rasterizer_state(pipe, draw->rasterizer_no_cull[i][j][k]);
1059 struct pipe_context *pipe = draw->pipe;
1072 pipe->create_rasterizer_state(pipe, &rast);