Searched refs:MIN_TILE_WIDTH_B64 (Results 1 – 2 of 2) sorted by relevance
15 #define MIN_TILE_WIDTH_B64 4 macro47 while ((sb64_cols >> max_log2) >= MIN_TILE_WIDTH_B64) ++max_log2; in get_max_log2_tile_cols()
42 pub const MIN_TILE_WIDTH_B64: u32 = 4; constant1040 while (sb64_cols >> max_log2) >= MIN_TILE_WIDTH_B64 { in calc_max_log2_tile_cols()