Searched refs:max_log2 (Results 1 – 1 of 1) sorted by relevance
47 int max_log2 = 1; in get_max_log2_tile_cols() local48 while ((sb64_cols >> max_log2) >= MIN_TILE_WIDTH_B64) in get_max_log2_tile_cols()49 ++max_log2; in get_max_log2_tile_cols()50 return max_log2 - 1; in get_max_log2_tile_cols()