Home
last modified time | relevance | path

Searched refs:radeon_llvm_compile (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_llvm_emit.h41 unsigned radeon_llvm_compile(
Dloader.cpp34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1); in main()
Dradeon_llvm_emit.cpp83 radeon_llvm_compile(LLVMModuleRef M, unsigned char ** bytes, in radeon_llvm_compile() function
/external/mesa3d/src/gallium/drivers/r600/
Dr600_llvm.c321 return radeon_llvm_compile(mod, inst_bytes, inst_byte_count, in r600_llvm_compile()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump); in si_pipe_shader_create()