Searched refs:ac_rtld_binary (Results 1 – 7 of 7) sorted by relevance
/external/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 | 177 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/ |
D | si_debug.c | 874 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()
|
D | si_shader.c | 782 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()
|
D | si_shader_llvm.c | 114 struct ac_rtld_binary rtld; in si_compile_llvm()
|
D | si_compute.c | 67 struct ac_rtld_binary rtld; in si_compute_get_code_object()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 1117 struct ac_rtld_binary rtld_binary = {0}; in radv_shader_variant_create()
|