Searched refs:num_comp_hi_threads (Results 1 – 1 of 1) sorted by relevance
1099 unsigned hw_threads, num_comp_hi_threads, num_comp_lo_threads; in radeonsi_screen_create_impl() local1216 num_comp_hi_threads = hw_threads * 3 / 4; in radeonsi_screen_create_impl()1219 num_comp_hi_threads = hw_threads - 2; in radeonsi_screen_create_impl()1222 num_comp_hi_threads = hw_threads - 1; in radeonsi_screen_create_impl()1225 num_comp_hi_threads = 1; in radeonsi_screen_create_impl()1236 num_comp_hi_threads = 1; in radeonsi_screen_create_impl()1241 num_comp_hi_threads = MIN2(num_comp_hi_threads, ARRAY_SIZE(sscreen->compiler)); in radeonsi_screen_create_impl()1251 int num_slots = num_comp_hi_threads == 1 ? 64 : 1; in radeonsi_screen_create_impl()1253 num_comp_hi_threads, in radeonsi_screen_create_impl()