Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_validate.c687 uint32_t level_width = max(width >> i, 1u); in reloc_tex() local
694 size_is_lt(level_width, level_height, cpp)) { in reloc_tex()
700 aligned_width = round_up(level_width, utile_w * 8); in reloc_tex()
704 aligned_width = round_up(level_width, utile_w); in reloc_tex()
708 aligned_width = round_up(level_width, utile_w); in reloc_tex()
718 i, level_width, level_height, in reloc_tex()