Lines Matching defs:box
251 struct pipe_box box;
276 u_box_1d(OffsetToLock, SizeToLock, &box);
291 This->managed.dirty_box = box;
294 u_box_intersect_1d(&box, &box, &This->managed.upload_pending_regions);
295 if (box.width != 0)
299 u_box_union_1d(&This->managed.dirty_box, &This->managed.dirty_box, &box);
480 usage, &box, &This->maps[This->nmaps].transfer);
485 " box.x = %u\n"
486 " box.width = %u\n",
487 usage, box.x, box.width);