Searched refs:max_log2 (Results 1 – 4 of 4) sorted by relevance
46 int max_log2 = 1; in get_max_log2_tile_cols() local47 while ((sb64_cols >> max_log2) >= MIN_TILE_WIDTH_B64) ++max_log2; in get_max_log2_tile_cols()48 return max_log2 - 1; in get_max_log2_tile_cols()
612 int max_log2 = 1; in GetMaxLog2TileCols() local613 while ((sb64_cols >> max_log2) >= kMinTileWidthB64) in GetMaxLog2TileCols()614 max_log2++; in GetMaxLog2TileCols()615 return max_log2 - 1; in GetMaxLog2TileCols()
44 uint32_t max_log2; member