Lines Matching refs:pipe
31 #include "pipe/p_state.h"
59 struct pipe_context *pipe;
81 pipe = dev->context;
86 p_surf->templat.buffer_format = pipe->screen->get_video_param
88 pipe->screen,
95 p_surf->templat.interlaced = pipe->screen->get_video_param
97 pipe->screen,
103 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat);
204 struct pipe_context *pipe;
214 pipe = vlsurface->device->context;
215 if (!pipe)
263 map = pipe->texture_map(pipe, sv->texture, 0,
288 pipe_texture_unmap(pipe, transfer);
308 struct pipe_context *pipe;
317 pipe = p_surf->device->context;
318 if (!pipe)
329 struct pipe_screen *screen = pipe->screen;
357 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat);
403 map = pipe->texture_map(pipe, tex, 0, usage,
414 pipe_texture_unmap(pipe, transfer);
416 pipe->texture_subdata(pipe, tex, 0,
440 struct pipe_context *pipe = vlsurf->device->context;
457 pipe->clear_render_target(pipe, surfaces[i], &c, 0, 0,
460 pipe->flush(pipe, NULL, 0);
474 struct pipe_context *pipe = p_surf->device->context;
477 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat);
509 struct pipe_context *pipe = p_surf->device->context;
512 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat);