Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c780 unsigned num_cpus, num_compiler_threads, i; in radeonsi_screen_create() local
849 num_compiler_threads = MIN2(num_cpus, ARRAY_SIZE(sscreen->tm)); in radeonsi_screen_create()
851 for (i = 0; i < num_compiler_threads; i++) in radeonsi_screen_create()
855 32, num_compiler_threads); in radeonsi_screen_create()