Home | History | Annotate | Download | only in vdpau

Lines Matching defs:pipe

31 #include "pipe/p_state.h"
48 struct pipe_context *pipe;
75 pipe = dev->context;
79 p_surf->templat.buffer_format = pipe->screen->get_video_param
81 pipe->screen,
88 p_surf->templat.interlaced = pipe->screen->get_video_param
90 pipe->screen,
94 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat);
197 struct pipe_context *pipe;
206 pipe = vlsurface->device->context;
207 if (!pipe)
239 transfer = pipe->get_transfer(pipe, sv->texture, 0, PIPE_TRANSFER_READ, &box);
245 map = pipe_transfer_map(pipe, transfer);
247 pipe_transfer_destroy(pipe, transfer);
256 pipe_transfer_unmap(pipe, transfer);
257 pipe_transfer_destroy(pipe, transfer);
276 struct pipe_context *pipe;
287 pipe = p_surf->device->context;
288 if (!pipe)
302 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat);
331 pipe->transfer_inline_write(pipe, sv->texture, 0,
349 struct pipe_context *pipe = vlsurf->device->context;
366 pipe->clear_render_target(pipe, surfaces[i], &c, 0, 0,
369 pipe->flush(pipe, NULL);