Searched refs:ac_rtld_binary (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_rtld.h | 57 struct ac_rtld_binary { struct 110 bool ac_rtld_open(struct ac_rtld_binary *binary, struct ac_rtld_open_info i); 112 void ac_rtld_close(struct ac_rtld_binary *binary); 114 bool ac_rtld_get_section_by_name(struct ac_rtld_binary *binary, const char *name, const char **data, 117 bool ac_rtld_read_config(const struct radeon_info *info, struct ac_rtld_binary *binary, 121 struct ac_rtld_binary *binary;
|
D | ac_rtld.c | 176 static bool read_private_lds_symbols(struct ac_rtld_binary *binary, unsigned part_idx, in read_private_lds_symbols() 249 bool ac_rtld_open(struct ac_rtld_binary *binary, struct ac_rtld_open_info i) in ac_rtld_open() 474 void ac_rtld_close(struct ac_rtld_binary *binary) in ac_rtld_close() 509 bool ac_rtld_get_section_by_name(struct ac_rtld_binary *binary, const char *name, const char **data, in ac_rtld_get_section_by_name() 516 bool ac_rtld_read_config(const struct radeon_info *info, struct ac_rtld_binary *binary, in ac_rtld_read_config()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 851 static void si_add_split_disasm(struct si_screen *screen, struct ac_rtld_binary *rtld_binary, in si_add_split_disasm() 929 struct ac_rtld_binary rtld_binaries[5] = {}; in si_print_annotated_shader()
|
D | si_shader.c | 763 struct ac_rtld_binary *rtld) in si_shader_binary_open() 827 struct ac_rtld_binary rtld; in si_get_shader_binary_size() 854 struct ac_rtld_binary binary; in si_shader_binary_upload() 900 struct ac_rtld_binary rtld_binary; in si_shader_dump_disassembly()
|
D | si_compute.c | 67 struct ac_rtld_binary rtld; in si_compute_get_code_object()
|
D | si_shader_llvm.c | 113 struct ac_rtld_binary rtld; in si_compile_llvm()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 1569 struct ac_rtld_binary rtld_binary = {0}; in radv_shader_variant_create()
|