Searched refs:dst_surf (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_composite.c | 478 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()
|
D | xorg_xv.c | 504 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()
|