Home
last modified time | relevance | path

Searched refs:src_iter (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp2630 auto src_iter = src_insts.begin(); in OutputSection() local
2642 while (src_iter != src_insts.end() || dst_iter != dst_insts.end()) { in OutputSection()
2644 while (src_iter != src_insts.end() && in OutputSection()
2645 MappedDstInst(IterInst(src_iter)) == nullptr) { in OutputSection()
2647 write_inst(*IterInst(src_iter), src_id_to_, *IterInst(src_iter)); in OutputSection()
2648 ++src_iter; in OutputSection()
2660 if (src_iter != src_insts.end() && dst_iter != dst_insts.end()) { in OutputSection()
2661 const opt::Instruction* src_inst = IterInst(src_iter); in OutputSection()
2679 ++src_iter; in OutputSection()
/external/angle/third_party/spirv-tools/src/source/diff/
Ddiff.cpp2682 auto src_iter = src_insts.begin(); in OutputSection() local
2694 while (src_iter != src_insts.end() || dst_iter != dst_insts.end()) { in OutputSection()
2696 while (src_iter != src_insts.end() && in OutputSection()
2697 MappedDstInst(IterInst(src_iter)) == nullptr) { in OutputSection()
2699 write_inst(*IterInst(src_iter), src_id_to_, *IterInst(src_iter)); in OutputSection()
2700 ++src_iter; in OutputSection()
2712 if (src_iter != src_insts.end() && dst_iter != dst_insts.end()) { in OutputSection()
2713 const opt::Instruction* src_inst = IterInst(src_iter); in OutputSection()
2731 ++src_iter; in OutputSection()
/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp2630 auto src_iter = src_insts.begin(); in OutputSection() local
2642 while (src_iter != src_insts.end() || dst_iter != dst_insts.end()) { in OutputSection()
2644 while (src_iter != src_insts.end() && in OutputSection()
2645 MappedDstInst(IterInst(src_iter)) == nullptr) { in OutputSection()
2647 write_inst(*IterInst(src_iter), src_id_to_, *IterInst(src_iter)); in OutputSection()
2648 ++src_iter; in OutputSection()
2660 if (src_iter != src_insts.end() && dst_iter != dst_insts.end()) { in OutputSection()
2661 const opt::Instruction* src_inst = IterInst(src_iter); in OutputSection()
2679 ++src_iter; in OutputSection()
/external/pytorch/aten/src/ATen/native/mkldnn/
DMKLDNNConversions.cpp418 ideep::tensor src_iter(src_iter_desc); in get_lstm_packed_weights() local
438 src_iter, in get_lstm_packed_weights()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dpod_tpu_driver.cc540 auto src_iter = underlying_buffers_.find(src_op_id); in TransferFromDeviceToDevice() local
543 src_iter->second.get(), dst_iter->second.get(), {}); in TransferFromDeviceToDevice()