Lines Matching defs:box
499 SVGA3dCopyBox *box;
521 sizeof *cmd + sizeof *box + sizeof *pSuffix,
536 box = (SVGA3dCopyBox *)&cmd[1];
537 box->x = host_offset;
538 box->y = 0;
539 box->z = 0;
540 box->w = size;
541 box->h = 1;
542 box->d = 1;
543 box->srcx = guest_offset;
544 box->srcy = 0;
545 box->srcz = 0;
547 pSuffix = (SVGA3dCmdSurfaceDMASuffix *)((uint8_t*)cmd + sizeof *cmd + sizeof *box);
1044 * The box array is initialized with zeroes.
1093 * Asynchronously copies one box from surface to surface.
1713 const SVGA3dBox *box,
1730 cmd->box = *box;
1827 const SVGA3dBox *box,
1842 cmd->box = *box;
1856 const SVGA3dBox *box,
1871 cmd->box = *box;