Searched refs:ac_rtld_binary (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_rtld.h | 58 struct ac_rtld_binary { struct 113 bool ac_rtld_open(struct ac_rtld_binary *binary, struct ac_rtld_open_info i); 115 void ac_rtld_close(struct ac_rtld_binary *binary); 117 bool ac_rtld_get_section_by_name(struct ac_rtld_binary *binary, const char *name, const char **data, 120 bool ac_rtld_read_config(const struct radeon_info *info, struct ac_rtld_binary *binary, 124 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() 479 void ac_rtld_close(struct ac_rtld_binary *binary) in ac_rtld_close() 514 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() 521 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 | 838 static void si_add_split_disasm(struct si_screen *screen, struct ac_rtld_binary *rtld_binary, in si_add_split_disasm() 915 struct ac_rtld_binary rtld_binaries[5] = {}; in si_print_annotated_shader()
|
D | si_shader.c | 821 struct ac_rtld_binary *rtld) in si_shader_binary_open() 885 struct ac_rtld_binary rtld; in si_get_shader_binary_size() 918 struct ac_rtld_binary binary; in si_shader_binary_upload() 964 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 | 1915 const struct radv_shader_binary *binary, struct ac_rtld_binary *rtld_binary) in radv_open_rtld_binary() 1966 struct ac_rtld_binary rtld_binary = {0}; in radv_shader_binary_upload() 2019 struct ac_rtld_binary rtld_binary = {0}; in radv_shader_create() 2071 struct ac_rtld_binary rtld_binary = {0}; in radv_shader_create()
|