Lines Matching defs:box
57 SVGA3dCopyBox box;
61 box.x = dst_x;
62 box.y = dst_y;
63 box.z = dst_z;
64 box.w = width;
65 box.h = height;
66 box.d = depth;
67 box.srcx = src_x;
68 box.srcy = src_y;
69 box.srcz = src_z;
73 src_handle, srcSubResource, &box));
88 SVGA3dCopyBox box, *boxes;
102 box.x = dst_x;
103 box.y = dst_y;
104 box.z = dst_z;
105 box.w = width;
106 box.h = height;
107 box.d = depth;
108 box.srcx = src_x;
109 box.srcy = src_y;
110 box.srcz = src_z;
123 *boxes = box;