Searched refs:si_shader_binary (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.h | 824 struct si_shader_binary { struct 885 struct si_shader_binary binary; 983 struct si_shader_binary binary; 1009 void si_shader_binary_clean(struct si_shader_binary *binary);
|
H A D | si_shader_llvm.h | 51 bool si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary,
|
H A D | si_debug.c | 183 bool si_replace_shader(unsigned num, struct si_shader_binary *binary) in si_replace_shader() 845 struct si_shader_binary *binary, uint64_t *addr, unsigned *num, in si_add_split_disasm()
|
H A D | si_shader.c | 831 static unsigned get_shader_binaries(struct si_shader *shader, struct si_shader_binary *bin[4]) in get_shader_binaries() 861 struct si_shader_binary *bin[4]; in si_get_shader_binary_size() 1076 struct si_shader_binary *bin[4]; in upload_binary_raw() 1187 const struct si_shader_binary *binary, in si_shader_dump_disassembly() 3583 void si_shader_binary_clean(struct si_shader_binary *binary) in si_shader_binary_clean()
|
H A D | si_shader_llvm.c | 54 bool si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary, in si_compile_llvm()
|
H A D | si_pipe.h | 1573 bool si_replace_shader(unsigned num, struct si_shader_binary *binary);
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.2.1.rst | 4377 - radeonsi: add symbols to si_shader_binary
|