Home
last modified time | relevance | path

Searched refs:dst_surf (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_composite.c478 struct pipe_surface *dst_surf = xorg_gpu_surface(exa->pipe, pDst); in xorg_composite_bind_state() local
480 renderer_bind_destination(exa->renderer, dst_surf, in xorg_composite_bind_state()
499 pipe_surface_reference(&dst_surf, NULL); in xorg_composite_bind_state()
534 struct pipe_surface *dst_surf = xorg_gpu_surface(exa->pipe, pixmap); in xorg_solid_bind_state() local
552 renderer_bind_destination(exa->renderer, dst_surf, in xorg_solid_bind_state()
564 pipe_surface_reference(&dst_surf, NULL); in xorg_solid_bind_state()
Dxorg_xv.c504 struct pipe_surface *dst_surf = NULL; in display_video() local
520 dst_surf = xorg_gpu_surface(pPriv->r->pipe, dst); in display_video()
534 renderer_bind_destination(pPriv->r, dst_surf, in display_video()
535 dst_surf->width, dst_surf->height); in display_video()
578 pipe_surface_reference(&dst_surf, NULL); in display_video()