Home
last modified time | relevance | path

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

/dports/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0/vmwgfx/
H A Dvmwgfx_saa.c99 if (vpix->pending_present) in vmwgfx_pixmap_remove_present()
104 vpix->pending_present = NULL; in vmwgfx_pixmap_remove_present()
126 if (!vpix->pending_present) in vmwgfx_pixmap_add_present()
632 if (vpix->pending_present) in vmwgfx_pix_resize()
633 REGION_INTERSECT(pScreen, vpix->pending_present, in vmwgfx_pix_resize()
634 vpix->pending_present, &b_reg); in vmwgfx_pix_resize()
1359 REGION_UNION(vsaa->pScreen, vpix->pending_present, in vmwgfx_dirty()
1360 vpix->pending_present, damage); in vmwgfx_dirty()
1488 REGION_SUBTRACT(vsaa->pScreen, vpix->pending_present, in vmwgfx_scanout_refresh()
1489 vpix->pending_present, vpix->dirty_present); in vmwgfx_scanout_refresh()
[all …]
H A Dvmwgfx_driver.c759 REGION_UNION(pScreen, vpix->pending_present, in xorg_flush()
760 vpix->pending_present, vpix->pending_update); in xorg_flush()
766 if (vpix->pending_present) { in xorg_flush()
769 vpix->pending_present); in xorg_flush()
772 vpix->pending_present); in xorg_flush()
773 REGION_EMPTY(pScreen, vpix->pending_present); in xorg_flush()
H A Dvmwgfx_saa.h47 RegionPtr pending_present; member