Lines Matching defs:height
433 unsigned height = 1 << (6 - (ffs(bs) / 2) + (2 * is_Ys));
435 logical_el = isl_extent4d(width / bs, height, 1, 1);
436 phys_B = isl_extent2d(width, height);
719 .height = 1 << ((ffs(samples) - 1) / 2),
725 uint32_t *width, uint32_t *height)
732 if (height)
733 *height = isl_align(*height, 2) * px_size_sa.height;
866 * Render Target height, width, and layout. MCS buffer is tiledY.
888 * The height and width of the hierarchical depth buffer that must
908 * To compute the minimum QPitch for the HZ surface, the height of
971 * a height of 0.
1027 assert(info->height == 1);
1065 .h = info->height,
1079 .h = info->height,
1092 .h = info->height,
1123 .h = info->height,
1133 .h = info->height,
1186 (info->height % 4 == 1)) {
1240 * of the tile height
1242 pitch_el_rows = isl_align(pitch_el_rows, tile_info->logical_extent_el.height);
1456 /* Each image has the same height as LOD0 because the hardware thinks
1507 assert(phys_level0_sa->height == 1);
1817 .h = info->height,
1923 isl_align_div(phys_total_el.h, tile_info.logical_extent_el.height);
1925 size_B = (uint64_t) total_h_tl * tile_info.phys_extent_B.height * row_pitch_B;
1928 tile_info.phys_extent_B.height;
1958 * "In addition to restrictions on maximum height, width, and depth,
1968 * "In addition to restrictions on maximum height, width, and depth,
2049 * height and width of the hierarchical depth buffer that must be
2082 .height = surf->logical_level0_px.height,
2125 .height = surf->logical_level0_px.height,
2322 .height = surf->size_B / surf->row_pitch_B,
2364 .height = surf->logical_level0_px.height,
2525 const uint32_t H0 = surf->phys_level0_sa.height;
2572 const uint32_t H0 = surf->phys_level0_sa.height;
2633 /* Each image has the same height as LOD0 because the hardware thinks
2675 assert(surf->phys_level0_sa.height == 1);
2956 .height = isl_minify(surf->logical_level0_px.h, level),
2990 isl_minify(surf->logical_level0_px.height, view->base_level);
3007 * height greater than qpitch.
3037 assert(ucompr_surf->logical_level0_px.height == view_height_px);
3039 ucompr_surf->logical_level0_px.height = view_height_el;
3076 .height = view_height_el,