Lines Matching full:pipe
28 #include "pipe/p_compiler.h"
32 #include "pipe/p_screen.h"
92 ppq->p->blitctx = util_create_blit(ppq->p->pipe, ppq->p->cso);
161 ppq->p->pipe->delete_fs_state(ppq->p->pipe, ppq->shaders[i][j]);
165 ppq->p->pipe->delete_vs_state(ppq->p->pipe, ppq->shaders[i][j]);
172 ppq->p->pipe->destroy(ppq->p->pipe);
229 ppq->tmps[i] = p->pipe->create_surface(p->pipe, ppq->tmp[i], &p->surf);
237 ppq->inner_tmps[i] = p->pipe->create_surface(p->pipe,
260 ppq->stencils = p->pipe->create_surface(p->pipe, ppq->stencil, &p->surf);