Lines Matching defs:pipe
28 #include "pipe/p_compiler.h"
33 #include "pipe/p_screen.h"
42 pp_init(struct pipe_context *pipe, const unsigned int *enabled,
81 ppq->p = pp_init_prog(ppq, pipe, cso, st);
179 if (ppq->p->pipe && ppq->filters && ppq->shaders) {
203 assert(ppq->p->pipe);
206 assert(ppq->p->pipe->delete_fs_state);
207 ppq->p->pipe->delete_fs_state(ppq->p->pipe,
211 assert(ppq->p->pipe->delete_vs_state);
212 ppq->p->pipe->delete_vs_state(ppq->p->pipe,
287 ppq->tmps[i] = p->pipe->create_surface(p->pipe, ppq->tmp[i], &p->surf);
295 ppq->inner_tmps[i] = p->pipe->create_surface(p->pipe,
318 ppq->stencils = p->pipe->create_surface(p->pipe, ppq->stencil, &p->surf);