Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c681 unsigned sqrt_pixels_per_macro_tile = sqrt(pixels_per_macro_tile); in r600_texture_get_cmask_info() local
682 unsigned macro_tile_width = util_next_power_of_two(sqrt_pixels_per_macro_tile); in r600_texture_get_cmask_info()