Searched refs:si_shader_binary (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.h | 720 struct si_shader_binary { struct 789 struct si_shader_binary binary; 887 struct si_shader_binary binary; 907 void si_shader_binary_clean(struct si_shader_binary *binary);
|
D | si_shader_internal.h | 198 bool si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary,
|
D | si_debug.c | 196 bool si_replace_shader(unsigned num, struct si_shader_binary *binary) in si_replace_shader() 852 struct si_shader_binary *binary, uint64_t *addr, unsigned *num, in si_add_split_disasm()
|
D | si_shader.c | 895 const struct si_shader_binary *binary, in si_shader_dump_disassembly() 2153 void si_shader_binary_clean(struct si_shader_binary *binary) in si_shader_binary_clean()
|
D | si_shader_llvm.c | 71 bool si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary, in si_compile_llvm()
|
D | si_pipe.h | 1418 bool si_replace_shader(unsigned num, struct si_shader_binary *binary);
|