Lines Matching defs:height
71 blit.dst.box.height = src_box->height;
111 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox);
124 sbox.height = util_format_get_nblocksx(dst->format, sbox.height);
1218 /* Textures with a very small height are recommended to be linear. */
1365 unsigned h = DIV_ROUND_UP(box->height, surface->prt_tile_height);
1762 res->height0 = box->height;
1782 res->height0 = util_format_get_nblocksy(orig->format, box->height);
1800 box->height, box->depth);
1837 assert(box->width && box->height && box->depth);
1854 box->height >= 4 && p_atomic_inc_return(&tex->num_level0_transfers) == 10) {
2090 unsigned height = u_minify(tex->height0, level);
2101 * height is changed. */
2103 tex_desc->block.height != templ_desc->block.height) {
2105 unsigned nblks_y = util_format_get_nblocksy(tex->format, height);
2108 height = nblks_y * templ_desc->block.height;
2128 surface->base.height = height;