Home | History | Annotate | Download | only in nv30

Lines Matching refs:box

156    define_rect(info->src.resource, 0, info->src.box.z, info->src.box.x,
157 info->src.box.y, info->src.box.width, info->src.box.height, &src);
158 define_rect(info->dst.resource, 0, info->dst.box.z, info->dst.box.x,
159 info->dst.box.y, info->dst.box.width, info->dst.box.height, &dst);
263 const struct pipe_box *box,
278 tx->base.box = *box;
279 tx->base.stride = align(util_format_get_nblocksx(pt->format, box->width) *
281 tx->base.layer_stride = util_format_get_nblocksy(pt->format, box->height) *
284 tx->nblocksx = util_format_get_nblocksx(pt->format, box->width);
285 tx->nblocksy = util_format_get_nblocksy(pt->format, box->height);
287 define_rect(pt, level, box->z, box->x, box->y,