Searched refs:dst_surfaces (Results 1 – 3 of 3) sorted by relevance
/third_party/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()
|
/third_party/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() 486 struct pipe_surface *blit_surf = dst_surfaces[field]; in vl_deint_filter_render() 487 struct pipe_surface *dst_surf = dst_surfaces[1 - field]; in vl_deint_filter_render() 525 dst_surfaces += 2; in vl_deint_filter_render()
|
D | vl_compositor.c | 694 struct pipe_surface **dst_surfaces; in vl_compositor_yuv_deint_full() local 696 dst_surfaces = dst->get_surfaces(dst); in vl_compositor_yuv_deint_full() 701 vl_compositor_render(s, c, dst_surfaces[0], NULL, false); in vl_compositor_yuv_deint_full() 710 vl_compositor_render(s, c, dst_surfaces[1], NULL, false); in vl_compositor_yuv_deint_full() 725 struct pipe_surface **dst_surfaces; in vl_compositor_convert_rgb_to_yuv() local 727 dst_surfaces = dst->get_surfaces(dst); in vl_compositor_convert_rgb_to_yuv() 737 vl_compositor_render(s, c, dst_surfaces[0], NULL, false); in vl_compositor_convert_rgb_to_yuv() 746 vl_compositor_render(s, c, dst_surfaces[1], NULL, false); in vl_compositor_convert_rgb_to_yuv()
|