Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_llvm_helper.cpp25 if (!ac_init_llvm_compiler(&llvm_info, family, tm_options)) in init()
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_util.h85 bool ac_init_llvm_compiler(struct ac_llvm_compiler *compiler, enum radeon_family family,
H A Dac_llvm_util.c164 bool ac_init_llvm_compiler(struct ac_llvm_compiler *compiler, enum radeon_family family, in ac_init_llvm_compiler() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c155 if (!ac_init_llvm_compiler(compiler, sscreen->info.family, tm_options)) in si_create_llvm_compiler()