Home
last modified time | relevance | path

Searched refs:dst_id (Results 1 - 3 of 3) sorted by relevance

/third_party/spirv-tools/source/diff/
H A Ddiff.cpp285 uint32_t dst_id = id_map_.MappedDstId(src_id);
286 if (src_id_to_.inst_map_[src_id] != nullptr && dst_id != 0)
287 out_ << std::setw(4) << src_id << " -> " << std::setw(4) << dst_id
415 bool DoIdsMatch(uint32_t src_id, uint32_t dst_id);
424 bool DoIdsMatchFuzzy(uint32_t src_id, uint32_t dst_id);
429 bool AreIdenticalUintConstants(uint32_t src_id, uint32_t dst_id);
432 bool AreVariablesMatchable(uint32_t src_id, uint32_t dst_id,
593 for (uint32_t dst_id = 1; dst_id < dst_id_bound; ++dst_id) {
[all...]
/third_party/libbpf/src/
H A Dlinker.c31 int dst_id; member
1205 src_sec->dst_id = dst_sec->id; in linker_append_sec_data()
1211 src_sec->dst_id = dst_sec->id; in linker_append_sec_data()
1742 static int complete_extern_btf_info(struct btf *dst_btf, int dst_id, in complete_extern_btf_info() argument
1745 struct btf_type *dst_t = btf_type_by_id(dst_btf, dst_id); in complete_extern_btf_info()
1837 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_elf_sym()
1873 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_elf_sym()
2048 dst_linked_sec = &linker->secs[src_linked_sec->dst_id]; in linker_append_elf_relos()
2051 src_sec->dst_id = dst_sec->id; in linker_append_elf_relos()
2339 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_btf()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c743 uint32_t dst_id = (ctx.curr_ptr - base_ptr) / 64; in build_bvh() local
744 dst_ids[dst_count] = dst_id * 8 + 5; in build_bvh()

Completed in 8 milliseconds