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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_rtld.h42 struct ac_rtld_symbol { struct
107 const struct ac_rtld_symbol *shared_lds_symbols;
H A Dac_rtld.c121 * Find a symbol in a dynarray of struct ac_rtld_symbol by \p name and shader
124 static const struct ac_rtld_symbol *find_symbol(const struct util_dynarray *symbols,
127 util_dynarray_foreach (symbols, struct ac_rtld_symbol, symbol) {
136 const struct ac_rtld_symbol *lhs = lhsp;
137 const struct ac_rtld_symbol *rhs = rhsp;
148 static bool layout_symbols(struct ac_rtld_symbol *symbols, unsigned num_symbols,
156 struct ac_rtld_symbol *s = &symbols[i];
208 struct ac_rtld_symbol s = {0};
231 const struct ac_rtld_symbol *shared = find_symbol(&binary->lds_symbols, s.name, part_idx);
238 util_dynarray_append(&binary->lds_symbols, struct ac_rtld_symbol,
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c1577 struct ac_rtld_symbol lds_symbols[2];
1585 struct ac_rtld_symbol *sym = &lds_symbols[num_lds_symbols++];
1592 struct ac_rtld_symbol *sym = &lds_symbols[num_lds_symbols++];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c785 struct ac_rtld_symbol lds_symbols[2];
790 struct ac_rtld_symbol *sym = &lds_symbols[num_lds_symbols++];
797 struct ac_rtld_symbol *sym = &lds_symbols[num_lds_symbols++];

Completed in 8 milliseconds