Lines Matching defs:box
547 struct pipe_box box;
563 u_box_1d(0, input_size, &box);
567 &box, &transfer);
1238 const struct pipe_box *box,
1248 unsigned offset = box->x;
1269 "level = %u, usage = %u, box(x = %u, y = %u, z = %u "
1271 box->x, box->y, box->z, box->width, box->height,
1272 box->depth);
1274 "%u (box.x)\n", item->id, box->x);
1279 assert(box->x >= 0);
1280 assert(box->y == 0);
1281 assert(box->z == 0);
1288 offset, box->width, usage & ~PIPE_MAP_READ, ptransfer);