Lines Matching defs:height
3055 uint32_t width = 4096, height = 4096;
3065 .extent = {width, height, 1},
4834 bind_extent.height =
4835 DIV_ROUND_UP(bind_extent.height, vk_format_get_blockheight(image->vk.format));
4860 uint32_t aligned_extent_height = ALIGN(bind_extent.height, surface->prt_tile_height);
4871 for (unsigned y = 0; y < bind_extent.height; y += surface->prt_tile_height) {
6454 unsigned height =
6455 vk_format_get_plane_height(iview->image->vk.format, iview->plane_id, iview->extent.height);
6469 cb->cb_color_attrib2 = S_028C68_MIP0_WIDTH(width - 1) | S_028C68_MIP0_HEIGHT(height - 1) |
6537 S_02801C_Y_MAX(image->info.height - 1);
6616 S_02801C_Y_MAX(iview->image->info.height - 1);
7343 .fragmentSize = {.width = w, .height = h}, \