Searched refs:dst_surfaces (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/frontends/va/ |
D | postproc.c | 121 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/ |
D | vl_deint_filter.c | 449 struct pipe_surface **dst_surfaces; in vl_deint_filter_render() local 457 dst_surfaces = filter->video_buffer->get_surfaces(filter->video_buffer); in vl_deint_filter_render() 482 struct pipe_surface *blit_surf = dst_surfaces[field]; in vl_deint_filter_render() 483 struct pipe_surface *dst_surf = dst_surfaces[1 - field]; in vl_deint_filter_render() 520 dst_surfaces += 2; in vl_deint_filter_render()
|
D | vl_compositor.c | 687 struct pipe_surface **dst_surfaces; in vl_compositor_yuv_deint_full() local 689 dst_surfaces = dst->get_surfaces(dst); in vl_compositor_yuv_deint_full() 694 vl_compositor_render(s, c, dst_surfaces[0], NULL, false); in vl_compositor_yuv_deint_full() 703 vl_compositor_render(s, c, dst_surfaces[1], NULL, false); in vl_compositor_yuv_deint_full() 718 struct pipe_surface **dst_surfaces; in vl_compositor_convert_rgb_to_yuv() local 720 dst_surfaces = dst->get_surfaces(dst); in vl_compositor_convert_rgb_to_yuv() 730 vl_compositor_render(s, c, dst_surfaces[0], NULL, false); in vl_compositor_convert_rgb_to_yuv() 739 vl_compositor_render(s, c, dst_surfaces[1], NULL, false); in vl_compositor_convert_rgb_to_yuv()
|