Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c670 unsigned pixels_per_macro_tile = elements_per_macro_tile * cmask_tile_elements; in r600_texture_get_cmask_info() local
671 unsigned sqrt_pixels_per_macro_tile = sqrt(pixels_per_macro_tile); in r600_texture_get_cmask_info()
673 unsigned macro_tile_height = pixels_per_macro_tile / macro_tile_width; in r600_texture_get_cmask_info()