Home
last modified time | relevance | path

Searched refs:ac_rtld_binary (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_rtld.h57 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;
Dac_rtld.c176 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/
Dsi_debug.c851 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()
Dsi_shader.c763 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()
Dsi_compute.c67 struct ac_rtld_binary rtld; in si_compute_get_code_object()
Dsi_shader_llvm.c113 struct ac_rtld_binary rtld; in si_compile_llvm()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c1569 struct ac_rtld_binary rtld_binary = {0}; in radv_shader_variant_create()