Home
last modified time | relevance | path

Searched refs:dst_surfaces (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
Dpostproc.c118 struct pipe_surface **dst_surfaces; in vlVaPostProcBlit() local
154 dst_surfaces = dst->get_surfaces(dst); in vlVaPostProcBlit()
155 if (!dst_surfaces || !dst_surfaces[0]) in vlVaPostProcBlit()
202 if (!from || !dst_surfaces[i]) in vlVaPostProcBlit()
213 blit.dst.resource = dst_surfaces[i]->texture; in vlVaPostProcBlit()
214 blit.dst.format = dst_surfaces[i]->format; in vlVaPostProcBlit()
216 blit.dst.box.z = dst_surfaces[i]->u.tex.first_layer; in vlVaPostProcBlit()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_deint_filter.c448 struct pipe_surface **dst_surfaces; in vl_deint_filter_render() local
456 dst_surfaces = filter->video_buffer->get_surfaces(filter->video_buffer); in vl_deint_filter_render()
481 struct pipe_surface *blit_surf = dst_surfaces[field]; in vl_deint_filter_render()
482 struct pipe_surface *dst_surf = dst_surfaces[1 - field]; in vl_deint_filter_render()
519 dst_surfaces += 2; in vl_deint_filter_render()
Dvl_compositor.c1293 struct pipe_surface **dst_surfaces; in vl_compositor_yuv_deint_full() local
1295 dst_surfaces = dst->get_surfaces(dst); in vl_compositor_yuv_deint_full()
1300 vl_compositor_render(s, c, dst_surfaces[0], NULL, false); in vl_compositor_yuv_deint_full()
1309 vl_compositor_render(s, c, dst_surfaces[1], NULL, false); in vl_compositor_yuv_deint_full()
1324 struct pipe_surface **dst_surfaces; in vl_compositor_convert_rgb_to_yuv() local
1326 dst_surfaces = dst->get_surfaces(dst); in vl_compositor_convert_rgb_to_yuv()
1336 vl_compositor_render(s, c, dst_surfaces[0], NULL, false); in vl_compositor_convert_rgb_to_yuv()
1345 vl_compositor_render(s, c, dst_surfaces[1], NULL, false); in vl_compositor_convert_rgb_to_yuv()