Searched refs:rtld (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c763 struct ac_rtld_binary *rtld)
804 rtld, (struct ac_rtld_open_info){.info = &screen->info,
817 if (rtld->lds_size > 0) {
819 shader->config.lds_size = align(rtld->lds_size, alloc_granularity) / alloc_granularity;
827 struct ac_rtld_binary rtld; local in function:si_get_shader_binary_size
828 si_shader_binary_open(screen, shader, &rtld);
829 uint64_t size = rtld.exec_size;
830 ac_rtld_close(&rtld);
762 si_shader_binary_open(struct si_screen * screen,struct si_shader * shader,struct ac_rtld_binary * rtld) argument
H A Dsi_compute.c67 struct ac_rtld_binary rtld; local in function:si_compute_get_code_object
68 if (!ac_rtld_open(&rtld,
80 if (!ac_rtld_get_section_by_name(&rtld, ".text", &text, &size))
89 ac_rtld_close(&rtld);
H A Dsi_shader_llvm.c113 struct ac_rtld_binary rtld; local in function:si_compile_llvm
114 if (!ac_rtld_open(&rtld, (struct ac_rtld_open_info){
123 bool ok = ac_rtld_read_config(&sscreen->info, &rtld, conf);
124 ac_rtld_close(&rtld);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst4658 - ac/rtld: make ac_rtld_upload returns the code size

Completed in 15 milliseconds