Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c685 unsigned macro_tile_width = util_next_power_of_two(sqrt_pixels_per_macro_tile); in r600_texture_get_cmask_info() local
686 unsigned macro_tile_height = pixels_per_macro_tile / macro_tile_width; in r600_texture_get_cmask_info()
688 unsigned pitch_elements = align(rtex->resource.b.b.width0, macro_tile_width); in r600_texture_get_cmask_info()
695 assert(macro_tile_width % 128 == 0); in r600_texture_get_cmask_info()