Searched refs:si_shader_binary (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.h | 790 struct si_shader_binary { struct 863 struct si_shader_binary binary; 962 struct si_shader_binary binary; 983 void si_shader_binary_clean(struct si_shader_binary *binary);
|
D | si_shader_internal.h | 195 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() 839 struct si_shader_binary *binary, uint64_t *addr, unsigned *num, in si_add_split_disasm()
|
D | si_shader.c | 959 const struct si_shader_binary *binary, in si_shader_dump_disassembly() 2617 void si_shader_binary_clean(struct si_shader_binary *binary) in si_shader_binary_clean()
|
D | si_pipe.h | 1473 bool si_replace_shader(unsigned num, struct si_shader_binary *binary);
|
D | si_shader_llvm.c | 71 bool si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary, in si_compile_llvm()
|