Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_validate.c688 uint32_t level_height = max(height >> i, 1u); in reloc_tex() local
694 size_is_lt(level_width, level_height, cpp)) { in reloc_tex()
701 aligned_height = round_up(level_height, utile_h * 8); in reloc_tex()
705 aligned_height = round_up(level_height, utile_h); in reloc_tex()
709 aligned_height = level_height; in reloc_tex()
718 i, level_width, level_height, in reloc_tex()