Searched refs:radeon_llvm_compile (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_llvm_emit.h | 41 unsigned radeon_llvm_compile(
|
D | loader.cpp | 34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1); in main()
|
D | radeon_llvm_emit.cpp | 83 radeon_llvm_compile(LLVMModuleRef M, unsigned char ** bytes, in radeon_llvm_compile() function
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_llvm.c | 321 return radeon_llvm_compile(mod, inst_bytes, inst_byte_count, in r600_llvm_compile()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_shader.c | 715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump); in si_pipe_shader_create()
|