Lines Matching defs:height
83 src_box->height, src_box->depth))
122 blit.dst.box.height = src_box->height;
160 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox);
686 unsigned height = align(rtex->resource.b.b.height0, macro_tile_height);
690 ((pitch_elements * height * element_bits + 7) / 8) / cmask_tile_elements;
695 out->slice_tile_max = ((pitch_elements * height) / (128*128)) - 1;
753 unsigned cl_width, cl_height, width, height;
792 height = align(rtex->surface.u.legacy.level[0].nblk_y, cl_height * 8);
794 slice_elements = (width * height) / (8 * 8);
1231 res->height0 = box->height;
1258 box->width, box->height,
1299 assert(box->width && box->height && box->depth);
1309 box->width >= 4 && box->height >= 4 &&
1518 unsigned width, unsigned height)
1533 surface->base.height = height;
1548 unsigned height = u_minify(tex->height0, level);
1561 * height is changed. */
1563 tex_desc->block.height != templ_desc->block.height) {
1565 unsigned nblks_y = util_format_get_nblocksy(tex->format, height);
1568 height = nblks_y * templ_desc->block.height;
1577 width, height);
1625 box->width, box->height, false);
1636 box->width, box->height, false);
1641 box->width, box->height);