Home
last modified time | relevance | path

Searched refs:variable_reloc_symtab (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_visa.h2365 std::vector<RelocationInfo*> variable_reloc_symtab; variable
2389 for (RelocationInfo *r : other.variable_reloc_symtab) { in Function()
2392 variable_reloc_symtab.push_back(s); in Function()
2409 for (RelocationInfo *r : variable_reloc_symtab)
2411 for (RelocationInfo *r : other.variable_reloc_symtab) {
2414 variable_reloc_symtab.push_back(s);
2431 for (RelocationInfo *s : variable_reloc_symtab) delete s; in ~Function()
2590 return variable_reloc_symtab; in getVariableRelocSymtab()
2648 variable_reloc_symtab.resize(count); in parse()
2656 variable_reloc_symtab[j] = r; in parse()
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/utils/
H A Dvp_visa.h2403 std::vector<RelocationInfo*> variable_reloc_symtab; variable
2427 for (RelocationInfo *r : other.variable_reloc_symtab) { in Function()
2430 variable_reloc_symtab.push_back(s); in Function()
2447 for (RelocationInfo *r : variable_reloc_symtab)
2449 for (RelocationInfo *r : other.variable_reloc_symtab) {
2452 variable_reloc_symtab.push_back(s);
2469 for (RelocationInfo *s : variable_reloc_symtab) delete s; in ~Function()
2628 return variable_reloc_symtab; in getVariableRelocSymtab()
2686 variable_reloc_symtab.resize(count); in parse()
2694 variable_reloc_symtab[j] = r; in parse()
[all …]