Home | History | Annotate | Download | only in r300

Lines Matching refs:box

59                               tex, transfer->level, &transfer->box);
69 u_box_origin_2d(transfer->box.width, transfer->box.height, &src_box);
72 transfer->box.x, transfer->box.y, transfer->box.z,
84 const struct pipe_box *box)
107 trans->transfer.box = *box;
122 base.width0 = box->width;
123 base.height0 = box->height;
199 trans->offset = r300_texture_get_offset(tex, level, box->z);
249 transfer->box.y / util_format_get_blockheight(format) * transfer->stride +
250 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);