Home | History | Annotate | Download | only in postprocess

Lines Matching full:pipe

118    p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
128 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, out, &p->surf);
145 pp_tgsi_to_state(struct pipe_context *pipe, const char *text, bool isvs,
160 return pipe->create_vs_state(pipe, &state);
162 return pipe->create_fs_state(pipe, &state);
181 util_draw_vertex_buffer(p->pipe, p->cso, p->vbuf, 0,
183 p->pipe->flush(p->pipe, NULL);
198 p->pipe->clear(p->pipe, PIPE_CLEAR_COLOR, &p->clear_color, 0, 0);