Home | History | Annotate | Download | only in util

Lines Matching refs:box

14                                       const struct pipe_box *box,
28 if (box->x == 0 && box->width == resource->width0) {
38 box );
47 assert(box->height == 1);
48 assert(box->depth == 1);
50 memcpy(map, data, box->width);
56 for (i = 0; i < box->depth; i++) {
61 box->width,
62 box->height,
91 const struct pipe_box *box)
101 const struct pipe_box *box)
110 transfer->box = *box;