Lines Matching defs:width
3055 uint32_t width = 4096, height = 4096;
3065 .extent = {width, height, 1},
4832 bind_extent.width =
4833 DIV_ROUND_UP(bind_extent.width, vk_format_get_blockwidth(image->vk.format));
4855 uint32_t aligned_extent_width = ALIGN(bind_extent.width, surface->prt_tile_width);
6452 unsigned width =
6453 vk_format_get_plane_width(iview->image->vk.format, iview->plane_id, iview->extent.width);
6469 cb->cb_color_attrib2 = S_028C68_MIP0_WIDTH(width - 1) | S_028C68_MIP0_HEIGHT(height - 1) |
6536 ds->db_depth_size = S_02801C_X_MAX(image->info.width - 1) |
6615 ds->db_depth_size = S_02801C_X_MAX(iview->image->info.width - 1) |
7343 .fragmentSize = {.width = w, .height = h}, \