Home | History | Annotate | Download | only in r300

Lines Matching refs:box

60                                   src, transfer->level, &transfer->box);
69 blit.src.box = transfer->box;
72 blit.dst.box.width = transfer->box.width;
73 blit.dst.box.height = transfer->box.height;
74 blit.dst.box.depth = transfer->box.depth;
91 transfer->box.width, transfer->box.height, transfer->box.depth,
95 transfer->box.x, transfer->box.y, transfer->box.z,
107 const struct pipe_box *box,
132 trans->transfer.box = *box;
150 base.width0 = box->width;
151 base.height0 = box->height;
158 if (box->depth > 1 && util_max_layer(texture, level) > 0) {
162 base.depth0 = util_next_power_of_two(box->depth);
209 trans->offset = r300_texture_get_offset(tex, level, box->z);
241 box->y / util_format_get_blockheight(format) * trans->transfer.stride +
242 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);