Home | History | Annotate | Download | only in r600

Lines Matching refs:box

44 					       const struct pipe_box *box)
49 assert(box->x + box->width <= resource->width0);
54 transfer->transfer.box = *box;
138 transfer->box.x % 4 == 0 && transfer->box.width % 4 == 0) {
149 PIPE_USAGE_STAGING, transfer->box.width);
159 return (uint8_t*)data + transfer->box.x;
168 struct pipe_box box;
169 u_box_1d(0, transfer->box.width, &box);
172 r600_copy_buffer(pipe, transfer->resource, transfer->box.x,
173 &rtransfer->staging->b.b, &box);