Searched refs:dst_ids (Results 1 - 2 of 2) sorted by relevance
/third_party/spirv-tools/source/diff/ |
H A D | diff.cpp | 57 std::vector<uint32_t> dst_ids; member 356 const IdGroup& src_ids, const IdGroup& dst_ids, T invalid_group_key, 361 // Bucket `src_ids` and `dst_ids` by the key ids returned by `get_group`, and 377 // - dst_ids: { 5 -> 10, 6 -> 20, 7 -> 10, 8 -> 300 } 409 const IdGroup& src_ids, const IdGroup& dst_ids, 703 for (size_t dst_index = 0; dst_index < potential.dst_ids.size(); 706 const uint32_t dst_id = potential.dst_ids[dst_index]; 721 potential.dst_ids[dst_index] = 0; 731 CompactIds(potential.dst_ids); 929 const IdGroup& src_ids, const IdGroup& dst_ids, [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_acceleration_structure.c | 720 uint32_t *dst_ids = scratch[(d & 1) ^ 1]; in build_bvh() local 744 dst_ids[dst_count] = dst_id * 8 + 5; in build_bvh()
|
Completed in 6 milliseconds