Lines Matching refs:guest
394 * a generic SVGAGuestPtr. The guest pointer may refer to guest
395 * VRAM (provided by the SVGA PCI device) or to guest system
399 * The guest's DMA buffer must remain valid (not freed, paged out,
401 * command. The guest can determine that the host has finished
404 * The guest's image buffer can be an arbitrary size and shape.
408 * The caller may optionally define the guest image's pitch.
416 * NOTE: srcx/srcy are always on the guest image and x/y are
464 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags);
465 cmd->guest.pitch = st->base.stride;
490 struct svga_winsys_buffer *guest,
526 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags);
527 cmd->guest.pitch = 0;
1707 * Update an image in a guest-backed surface.
1708 * (Inform the device that the guest-contents have been updated.)
1740 * Update an entire guest-backed surface.
1741 * (Inform the device that the guest-contents have been updated.)
1767 * Readback an image in a guest-backed surface.
1768 * (Request the device to flush the dirty contents into the guest.)
1797 * Readback an entire guest-backed surface.
1798 * (Request the device to flush the dirty contents into the guest.)