Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/fdl/
Dfd6_layout.c170 uint32_t ubwc_height0 = height0; in fdl6_layout() local
179 ubwc_height0 = util_next_power_of_two(height0); in fdl6_layout()
184 ubwc_height0 = align(DIV_ROUND_UP(ubwc_height0, ubwc_blockheight), in fdl6_layout()
241 uint32_t meta_height = align(u_minify(ubwc_height0, level), in fdl6_layout()