Lines Matching defs:box
13 struct pipe_box box;
32 u_box_1d(offset, size, &box);
34 map = pipe->buffer_map(pipe, resource, 0, usage, &box, &transfer);
49 struct pipe_box box;
62 u_box_1d(offset, size, &box);
64 map = pipe->buffer_map(pipe, resource, 0, usage, &box, &transfer);
78 const struct pipe_box *box,
99 box, &transfer);
108 box->width,
109 box->height,
110 box->depth,
121 UNUSED const struct pipe_box *box)