Lines Matching refs:pipe
133 struct pipe_context *pipe = screen->context_create(screen, NULL, 0);
134 pDevice->pipe = pipe;
139 pipe->bind_vs_state(pipe, pDevice->empty_vs);
140 pipe->bind_fs_state(pipe, pDevice->empty_fs);
324 struct pipe_context *pipe = pDevice->pipe;
326 pipe->flush(pipe, NULL, 0);
335 pipe->bind_fs_state(pipe, NULL);
336 pipe->bind_vs_state(pipe, NULL);
356 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0,
358 pipe->set_sampler_views(pipe, PIPE_SHADER_VERTEX, 0,
360 pipe->set_sampler_views(pipe, PIPE_SHADER_GEOMETRY, 0,
363 pipe->destroy(pipe);
429 struct pipe_context *pipe = CastPipeContext(hDevice);
431 pipe->flush(pipe, NULL, 0);
453 struct pipe_context *pipe = CastPipeContext(hDevice);
454 struct pipe_screen *screen = pipe->screen;