Home
last modified time | relevance | path

Searched refs:num_comp_hi_threads (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c972 unsigned hw_threads, num_comp_hi_threads, num_comp_lo_threads; in radeonsi_screen_create_impl() local
1077 num_comp_hi_threads = hw_threads * 3 / 4; in radeonsi_screen_create_impl()
1080 num_comp_hi_threads = hw_threads - 2; in radeonsi_screen_create_impl()
1083 num_comp_hi_threads = hw_threads - 1; in radeonsi_screen_create_impl()
1086 num_comp_hi_threads = 1; in radeonsi_screen_create_impl()
1090 num_comp_hi_threads = MIN2(num_comp_hi_threads, ARRAY_SIZE(sscreen->compiler)); in radeonsi_screen_create_impl()
1097 &sscreen->shader_compiler_queue, "sh", 64, num_comp_hi_threads, in radeonsi_screen_create_impl()