radeonsi: make si_compile_llvm static
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
@@ -6814,7 +6814,7 @@ void si_shader_dump(struct si_screen *sscreen, struct si_shader *shader,
|
|||||||
check_debug_option);
|
check_debug_option);
|
||||||
}
|
}
|
||||||
|
|
||||||
int si_compile_llvm(struct si_screen *sscreen,
|
static int si_compile_llvm(struct si_screen *sscreen,
|
||||||
struct ac_shader_binary *binary,
|
struct ac_shader_binary *binary,
|
||||||
struct si_shader_config *conf,
|
struct si_shader_config *conf,
|
||||||
LLVMTargetMachineRef tm,
|
LLVMTargetMachineRef tm,
|
||||||
|
@@ -596,14 +596,6 @@ int si_compile_tgsi_shader(struct si_screen *sscreen,
|
|||||||
int si_shader_create(struct si_screen *sscreen, LLVMTargetMachineRef tm,
|
int si_shader_create(struct si_screen *sscreen, LLVMTargetMachineRef tm,
|
||||||
struct si_shader *shader,
|
struct si_shader *shader,
|
||||||
struct pipe_debug_callback *debug);
|
struct pipe_debug_callback *debug);
|
||||||
int si_compile_llvm(struct si_screen *sscreen,
|
|
||||||
struct ac_shader_binary *binary,
|
|
||||||
struct si_shader_config *conf,
|
|
||||||
LLVMTargetMachineRef tm,
|
|
||||||
LLVMModuleRef mod,
|
|
||||||
struct pipe_debug_callback *debug,
|
|
||||||
unsigned processor,
|
|
||||||
const char *name);
|
|
||||||
void si_shader_destroy(struct si_shader *shader);
|
void si_shader_destroy(struct si_shader *shader);
|
||||||
unsigned si_shader_io_get_unique_index(unsigned semantic_name, unsigned index);
|
unsigned si_shader_io_get_unique_index(unsigned semantic_name, unsigned index);
|
||||||
unsigned si_shader_io_get_unique_index2(unsigned name, unsigned index);
|
unsigned si_shader_io_get_unique_index2(unsigned name, unsigned index);
|
||||||
|
Reference in New Issue
Block a user