Searched refs:ac_rtld_binary (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_rtld.h | 43 struct ac_rtld_binary { struct 98 bool ac_rtld_open(struct ac_rtld_binary *binary, struct ac_rtld_open_info i); 100 void ac_rtld_close(struct ac_rtld_binary *binary); 102 bool ac_rtld_get_section_by_name(struct ac_rtld_binary *binary, const char *name, const char **data, 105 bool ac_rtld_read_config(const struct radeon_info *info, struct ac_rtld_binary *binary, 109 struct ac_rtld_binary *binary;
|
H A D | ac_rtld.c | 159 static bool read_private_lds_symbols(struct ac_rtld_binary *binary, unsigned part_idx, in read_private_lds_symbols() 232 bool ac_rtld_open(struct ac_rtld_binary *binary, struct ac_rtld_open_info i) in ac_rtld_open() 437 void ac_rtld_close(struct ac_rtld_binary *binary) in ac_rtld_close() 472 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() 479 bool ac_rtld_read_config(const struct radeon_info *info, struct ac_rtld_binary *binary, in ac_rtld_read_config()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.h | 988 struct ac_rtld_binary; 1013 struct ac_rtld_binary *rtld);
|
H A D | si_debug.c | 844 static void si_add_split_disasm(struct si_screen *screen, struct ac_rtld_binary *rtld_binary, in si_add_split_disasm() 921 struct ac_rtld_binary rtld_binaries[5] = {}; in si_print_annotated_shader()
|
H A D | si_shader.c | 767 struct ac_rtld_binary *rtld) in si_shader_binary_open() 855 struct ac_rtld_binary rtld; in si_get_shader_binary_size() 1015 struct ac_rtld_binary binary; in upload_binary_elf() 1197 struct ac_rtld_binary rtld_binary; in si_shader_dump_disassembly()
|
H A D | si_shader_llvm.c | 96 struct ac_rtld_binary rtld; in si_compile_llvm()
|
H A D | si_compute.c | 47 struct ac_rtld_binary rtld; in si_compute_get_code_object()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 1364 struct ac_rtld_binary *rtld_binary) in radv_open_rtld_binary() 1904 struct ac_rtld_binary rtld_binary = {0}; in radv_postprocess_binary_config() 2307 struct ac_rtld_binary rtld_binary = {0}; in radv_shader_binary_upload() 2593 struct ac_rtld_binary rtld_binary = {0}; in radv_shader_create_uncached() 2923 struct ac_rtld_binary rtld_binary = {0}; in radv_capture_shader_executable_info()
|