Lines Matching defs:height
374 .height = clear_rect->rect.extent.height,
524 clear_rect->rect.extent.height != iview->extent.height)
656 .height = clear_rect->rect.extent.height,
827 clear_rect->rect.extent.height != iview->image->info.height)
1393 uint32_t width, height;
1400 height = radv_minify(image->info.height, range->baseMipLevel + l);
1438 DIV_ROUND_UP(height, image->planes[0].surface.u.gfx9.color.dcc_block_height);
1726 clear_rect->rect.extent.height != iview->image->info.height)
2060 uint32_t height = radv_minify(image->info.height, range->baseMipLevel + level);
2086 .extent = {width, height},
2122 .extent = { width, height },
2181 radv_minify(image->info.height, range->baseMipLevel),