Home
last modified time | relevance | path

Searched refs:target_data (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_rtld.c500 Elf_Data *target_data = elf_getdata(target_scn, NULL); in get_section_by_name() local
501 if (!target_data) { in get_section_by_name()
506 *data = target_data->d_buf; in get_section_by_name()
507 *nbytes = target_data->d_size; in get_section_by_name()
627 Elf_Data *target_data = elf_getdata(target_scn, NULL); in apply_relocs() local
628 report_elf_if(!target_data); in apply_relocs()
646 const char *orig_base = target_data->d_buf; in apply_relocs()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddecoration_manager.cpp375 TargetData& target_data = id_to_decoration_insts_[target_id]; in AddDecoration() local
376 target_data.indirect_decorations.push_back(inst); in AddDecoration()
433 const TargetData& target_data = ids_iter->second; in InternalGetDecorationsFor() local
450 for (const Instruction* inst : target_data.indirect_decorations) { in InternalGetDecorationsFor()
/third_party/spirv-tools/source/opt/
Ddecoration_manager.cpp375 TargetData& target_data = id_to_decoration_insts_[target_id]; in AddDecoration() local
376 target_data.indirect_decorations.push_back(inst); in AddDecoration()
433 const TargetData& target_data = ids_iter->second; in InternalGetDecorationsFor() local
450 for (const Instruction* inst : target_data.indirect_decorations) { in InternalGetDecorationsFor()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp375 TargetData& target_data = id_to_decoration_insts_[target_id]; in AddDecoration() local
376 target_data.indirect_decorations.push_back(inst); in AddDecoration()
433 const TargetData& target_data = ids_iter->second; in InternalGetDecorationsFor() local
450 for (const Instruction* inst : target_data.indirect_decorations) { in InternalGetDecorationsFor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def47 __OMP_DIRECTIVE_EXT(target_data, "target data")
/third_party/node/src/
Dnode_buffer.cc658 memmove(target_data + target_start, source.data() + source_start, to_copy); in Copy()