Searched refs:MI_BLOCK_SIZE_LOG2 (Results 1 – 3 of 3) sorted by relevance
17 #define MI_BLOCK_SIZE_LOG2 (6 - MI_SIZE_LOG2) // 64 = 2^6 macro20 #define MI_BLOCK_SIZE (1 << MI_BLOCK_SIZE_LOG2) // mi-units per max block
19 return mi_cols_aligned_to_sb(n_mis) >> MI_BLOCK_SIZE_LOG2; in to_sbs()
245 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2); in mi_cols_aligned_to_sb()