Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c1897 unsigned l2_size = 16 - util_logbase2(vk_format_get_blocksize(format)); in fill_sparse_image_format_properties() local
1898 unsigned w = (1u << ((l2_size + 1) / 2)) * vk_format_get_blockwidth(format); in fill_sparse_image_format_properties()
1899 unsigned h = (1u << (l2_size / 2)) * vk_format_get_blockheight(format); in fill_sparse_image_format_properties()