Lines Matching defs:pipe
40 pp_blit(struct pipe_context *pipe,
75 pipe->blit(pipe, &blit);
111 pp_blit(ppq->p->pipe, in, 0, 0,
217 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
226 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, out, &p->surf);
243 pp_tgsi_to_state(struct pipe_context *pipe, const char *text, bool isvs,
269 ret_state = pipe->create_vs_state(pipe, &state);
272 ret_state = pipe->create_fs_state(pipe, &state);
295 util_draw_vertex_buffer(p->pipe, p->cso, p->vbuf, 0, 0,
311 p->pipe->clear(p->pipe, PIPE_CLEAR_COLOR0, NULL, &p->clear_color, 0, 0);