Home | History | Annotate | Download | only in svga

Lines Matching refs:box

495    SVGA3dCopyBox *box;
517 sizeof *cmd + sizeof *box + sizeof *pSuffix,
532 box = (SVGA3dCopyBox *)&cmd[1];
533 box->x = host_offset;
534 box->y = 0;
535 box->z = 0;
536 box->w = size;
537 box->h = 1;
538 box->d = 1;
539 box->srcx = guest_offset;
540 box->srcy = 0;
541 box->srcz = 0;
543 pSuffix = (SVGA3dCmdSurfaceDMASuffix *)((uint8_t*)cmd + sizeof *cmd + sizeof *box);
1038 * The box array is initialized with zeroes.
1087 * Asynchronously copies one box from surface to surface.
1707 const SVGA3dBox *box,
1724 cmd->box = *box;
1821 const SVGA3dBox *box,
1836 cmd->box = *box;
1850 const SVGA3dBox *box,
1865 cmd->box = *box;