Lines Matching defs:box
261 struct pipe_box box;
268 u_box_1d(offset, length, &box);
274 &box);
316 struct pipe_box box;
320 assert(transfer->box.x <= offset);
321 assert(offset + length <= transfer->box.x + transfer->box.width);
327 transfer_offset = offset - transfer->box.x;
329 u_box_1d(transfer_offset, length, &box);
331 pipe->transfer_flush_region(pipe, transfer, &box);
341 struct pipe_box box;
350 u_box_1d(offset, size, &box);
356 &box,
374 struct pipe_box box;
376 u_box_1d(offset, size, &box);
383 &box,
431 struct pipe_box box;
432 u_box_2d_zslice( x, y, layer, w, h, &box );
437 &box );