Home
last modified time | relevance | path

Searched refs:level_height (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/vc4/
Dvc4_validate.c700 uint32_t level_height = max(height >> i, 1u); in reloc_tex() local
706 size_is_lt(level_width, level_height, cpp)) { in reloc_tex()
713 aligned_height = round_up(level_height, utile_h * 8); in reloc_tex()
717 aligned_height = round_up(level_height, utile_h); in reloc_tex()
721 aligned_height = level_height; in reloc_tex()
730 i, level_width, level_height, in reloc_tex()