Lines Matching full:guest
385 * a generic SVGAGuestPtr. The guest pointer may refer to guest
386 * VRAM (provided by the SVGA PCI device) or to guest system
387 * memory that has been set up as a Guest Memory Region (GMR)
390 * The guest's DMA buffer must remain valid (not freed, paged out,
392 * command. The guest can determine that the host has finished
395 * The guest's image buffer can be an arbitrary size and shape.
396 * Guest image data is interpreted according to the SVGA3D surface
399 * The caller may optionally define the guest image's pitch.
407 * NOTE: srcx/srcy are always on the guest image and x/y are
453 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags);
454 cmd->guest.pitch = st->base.stride;
477 struct svga_winsys_buffer *guest,
511 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags);
512 cmd->guest.pitch = 0;