Home | History | Annotate | Download | only in postprocess

Lines Matching defs:pipe

41 #include "pipe/p_compiler.h"
53 #include "pipe/p_screen.h"
64 struct pipe_context *pipe = ppq->p->pipe;
66 pipe->buffer_subdata(pipe, ppq->constbuf, PIPE_TRANSFER_WRITE,
137 p->pipe->clear(p->pipe, PIPE_CLEAR_STENCIL | PIPE_CLEAR_COLOR0,
164 arr[1] = arr[2] = p->pipe->create_sampler_view(p->pipe,
194 pp_blit(p->pipe, in, 0, 0,
199 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
279 ppq->p->pipe->texture_subdata(ppq->p->pipe, ppq->areamaptex, 0,
283 ppq->shaders[n][1] = pp_tgsi_to_state(ppq->p->pipe, offsetvs, true,
286 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, color1fs,
289 ppq->shaders[n][2] = pp_tgsi_to_state(ppq->p->pipe, depth1fs,
291 ppq->shaders[n][3] = pp_tgsi_to_state(ppq->p->pipe, tmp_text, false,
293 ppq->shaders[n][4] = pp_tgsi_to_state(ppq->p->pipe, neigh3fs, false,