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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_screen.c879 unsigned compiler_threads = 1; local in function:iris_screen_create
884 compiler_threads = hw_threads * 3 / 4;
886 compiler_threads = hw_threads - 2;
888 compiler_threads = hw_threads - 1;
892 "sh", 64, compiler_threads,

Completed in 2 milliseconds