Lines Matching defs:height
590 if (!config->info.width || !config->info.height || !config->info.depth ||
645 AddrSurfInfoIn->height = u_minify(config->info.height, level);
698 surf_level->nblk_y = AddrSurfInfoOut->height;
821 AddrHtileIn->height = AddrSurfInfoOut->height;
991 unsigned height = align(surf->u.legacy.level[0].nblk_y, cl_height * 8);
992 unsigned slice_elements = (width * height) / (8 * 8);
997 surf->u.legacy.color.cmask_slice_tile_max = (width * height) / (128 * 128);
1315 fin.height = config->info.height;
1331 surf->u.legacy.color.fmask.slice_tile_max = (fout.pitch * fout.height) / 64;
1447 sin.height = in->height;
1567 return config->info.width > 2560 || config->info.height > 2560;
1571 uint64_t modifier, uint32_t *width, uint32_t *height)
1577 *height = 16384;
1585 *height = 2560;
1763 surf->u.gfx9.surf_height = out.height;
1780 surf->u.gfx9.surf_pitch * out.height * surf->bpe * surf->blk_w);
1794 surf->u.gfx9.base_mip_height = mip_info[0].height;
1819 hin.unalignedHeight = in->height;
1910 din.unalignedHeight = in->height;
1932 surf->u.gfx9.color.dcc_height = dout.height;
2015 surf->u.gfx9.color.display_dcc_height = dout.height;
2037 fin.unalignedHeight = in->height;
2100 cin.unalignedHeight = in->height;
2123 surf->cmask_height = cout.height;
2218 AddrSurfInfoIn.height = config->info.height;