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

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

Completed in 102 milliseconds