Searched refs:thread_compiler (Results 1 – 3 of 3) sorted by relevance
113 bool thread_compiler, in radv_init_llvm_compiler() argument118 if (thread_compiler) { in radv_init_llvm_compiler()146 bool thread_compiler) in radv_destroy_llvm_compiler() argument148 if (!thread_compiler) in radv_destroy_llvm_compiler()
30 bool thread_compiler,35 bool thread_compiler);
4349 bool thread_compiler; in llvm_compile_shader() local4355 thread_compiler = !(device->instance->debug_flags & RADV_DEBUG_NOTHREADLLVM); in llvm_compile_shader()4357 radv_init_llvm_compiler(&ac_llvm, thread_compiler, in llvm_compile_shader()4368 radv_destroy_llvm_compiler(&ac_llvm, thread_compiler); in llvm_compile_shader()