HomeSort by relevance Sort by last modified time
    Searched refs:vl_video_buffer_create (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_video.c 49 return vl_video_buffer_create(pipe, templ);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_stubs.c 94 vl_video_buffer_create(struct pipe_context *pipe, function
vl_video_buffer.h 127 vl_video_buffer_create(struct pipe_context *pipe,
vl_video_buffer.c 408 vl_video_buffer_create(struct pipe_context *pipe, function
vl_deint_filter.c 269 filter->video_buffer = vl_video_buffer_create(pipe, &templ);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.c 89 return vl_video_buffer_create(pipe, templat);
nouveau_video.c 783 return vl_video_buffer_create(pipe, templat);
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 425 r300->context.create_video_buffer = vl_video_buffer_create;
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 145 rctx->b.b.create_video_buffer = vl_video_buffer_create;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.c 616 return vl_video_buffer_create(pipe, template);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.c 182 sctx->b.b.create_video_buffer = vl_video_buffer_create;

Completed in 628 milliseconds