Lines Matching defs:host
231 * containers for host VRAM objects like textures, vertex
248 * Surfaces are generic host VRAM objects. The SVGA3D device
355 * Release the host VRAM encapsulated by a particular surface ID.
393 * command, a DMA operation is performed between host VRAM and
400 * or overwritten) until the host has finished processing this
401 * command. The guest can determine that the host has finished
417 * always on the host image, regardless of the actual transfer
467 swc->surface_relocation(swc, &cmd->host.sid, NULL,
469 cmd->host.face = st->slice; /* PIPE_TEX_FACE_* and SVGA3D_CUBEFACE_* match */
470 cmd->host.mipmap = st->base.level;
491 struct svga_winsys_surface *host,
529 swc->surface_relocation(swc, &cmd->host.sid,
530 NULL, host, surface_flags);
531 cmd->host.face = 0;
532 cmd->host.mipmap = 0;
575 * emulation, depending on the capabilities of the host graphics
1588 * finish but instead tells the host to start a wait at the driver