Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_llvm_helper.cpp113 bool thread_compiler, in radv_init_llvm_compiler() argument
118 if (thread_compiler) { in radv_init_llvm_compiler()
146 bool thread_compiler) in radv_destroy_llvm_compiler() argument
148 if (!thread_compiler) in radv_destroy_llvm_compiler()
Dradv_shader_helper.h30 bool thread_compiler,
35 bool thread_compiler);
Dradv_nir_to_llvm.c4349 bool thread_compiler; in llvm_compile_shader() local
4355 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()