Searched refs:s_max_kcache_banks (Results 1 – 2 of 2) sorted by relevance
343 s_max_kcache_banks = 2; in set_chipclass()345 s_max_kcache_banks = 4; in set_chipclass()348 unsigned Block::s_max_kcache_banks = 4; member in r600::Block353 const int kcache_banks = s_max_kcache_banks; // TODO: handle pre-evergreen in try_reserve_kcache()
238 static unsigned s_max_kcache_banks; variable