Home
last modified time | relevance | path

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

/external/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.c177 static bool read_private_lds_symbols(struct ac_rtld_binary *binary, unsigned part_idx, in read_private_lds_symbols()
250 bool ac_rtld_open(struct ac_rtld_binary *binary, struct ac_rtld_open_info i) in ac_rtld_open()
469 void ac_rtld_close(struct ac_rtld_binary *binary) in ac_rtld_close()
504 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()
511 bool ac_rtld_read_config(const struct radeon_info *info, struct ac_rtld_binary *binary, in ac_rtld_read_config()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c874 static void si_add_split_disasm(struct si_screen *screen, struct ac_rtld_binary *rtld_binary, in si_add_split_disasm()
952 struct ac_rtld_binary rtld_binaries[5] = {}; in si_print_annotated_shader()
Dsi_shader.c782 struct ac_rtld_binary *rtld) in si_shader_binary_open()
849 struct ac_rtld_binary rtld; in si_get_shader_binary_size()
874 struct ac_rtld_binary binary; in si_shader_binary_upload()
913 struct ac_rtld_binary rtld_binary; in si_shader_dump_disassembly()
Dsi_shader_llvm.c114 struct ac_rtld_binary rtld; in si_compile_llvm()
Dsi_compute.c67 struct ac_rtld_binary rtld; in si_compute_get_code_object()
/external/mesa3d/src/amd/vulkan/
Dradv_shader.c1117 struct ac_rtld_binary rtld_binary = {0}; in radv_shader_variant_create()