iview->level_0_extent.depth = anv_minify(image->extent.depth, range->baseMipLevel);
iview->level_0_extent.depth = DIV_ROUND_UP(iview->level_0_extent.depth, isl_layout->bd);
- iview->level_0_extent.height = isl_surf_get_array_pitch_el_rows(&surface->isl);
+ iview->level_0_extent.height = isl_surf_get_array_pitch_el_rows(&surface->isl) * image->array_size;
iview->level_0_extent.width = isl_surf_get_row_pitch_el(&surface->isl);
mCreateInfo.subresourceRange.baseMipLevel = 0;
mCreateInfo.subresourceRange.baseArrayLayer = 0;