Searched refs:rtld (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_compute.c | 67 struct ac_rtld_binary rtld; in si_compute_get_code_object() local 68 if (!ac_rtld_open(&rtld, in si_compute_get_code_object() 80 if (!ac_rtld_get_section_by_name(&rtld, ".text", &text, &size)) in si_compute_get_code_object() 89 ac_rtld_close(&rtld); in si_compute_get_code_object()
|
D | si_shader.c | 763 struct ac_rtld_binary *rtld) in si_shader_binary_open() argument 804 rtld, (struct ac_rtld_open_info){.info = &screen->info, in si_shader_binary_open() 817 if (rtld->lds_size > 0) { in si_shader_binary_open() 819 shader->config.lds_size = align(rtld->lds_size, alloc_granularity) / alloc_granularity; in si_shader_binary_open() 827 struct ac_rtld_binary rtld; in si_get_shader_binary_size() local 828 si_shader_binary_open(screen, shader, &rtld); in si_get_shader_binary_size() 829 uint64_t size = rtld.exec_size; in si_get_shader_binary_size() 830 ac_rtld_close(&rtld); in si_get_shader_binary_size()
|
D | si_shader_llvm.c | 113 struct ac_rtld_binary rtld; in si_compile_llvm() local 114 if (!ac_rtld_open(&rtld, (struct ac_rtld_open_info){ in si_compile_llvm() 123 bool ok = ac_rtld_read_config(&sscreen->info, &rtld, conf); in si_compile_llvm() 124 ac_rtld_close(&rtld); in si_compile_llvm()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 4658 - ac/rtld: make ac_rtld_upload returns the code size
|