/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/ |
D | assembly_builder.h | 87 annotations_(), 150 annotations_.insert(annotations_.end(), vec_annotations.begin(), in AppendAnnotations() 164 for (const auto& line : annotations_) { in GetCode() 211 annotations_.emplace_back(decorate_inst.str()); in AddSpecIDFor() 237 std::vector<std::string> annotations_; variable
|
/third_party/spirv-tools/test/opt/ |
D | assembly_builder.h | 88 annotations_(), 153 annotations_.insert(annotations_.end(), vec_annotations.begin(), in AppendAnnotations() 176 for (const auto& line : annotations_) { in GetCode() 223 annotations_.emplace_back(decorate_inst.str()); in AddSpecIDFor() 251 std::vector<std::string> annotations_; variable
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | assembly_builder.h | 88 annotations_(), 153 annotations_.insert(annotations_.end(), vec_annotations.begin(), in AppendAnnotations() 176 for (const auto& line : annotations_) { in GetCode() 223 annotations_.emplace_back(decorate_inst.str()); in AddSpecIDFor() 251 std::vector<std::string> annotations_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | assembly_builder.h | 88 annotations_(), 153 annotations_.insert(annotations_.end(), vec_annotations.begin(), in AppendAnnotations() 176 for (const auto& line : annotations_) { in GetCode() 223 annotations_.emplace_back(decorate_inst.str()); in AddSpecIDFor() 251 std::vector<std::string> annotations_; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.h | 295 InstructionList annotations_; variable 352 annotations_.push_back(std::move(a)); in AddAnnotationInst() 474 return annotations_.begin(); in annotation_begin() 477 return annotations_.end(); in annotation_end() 481 return make_range(annotations_.begin(), annotations_.end()); in annotations() 485 return make_range(annotations_.begin(), annotations_.end()); in annotations()
|
D | module.cpp | 99 DELEGATE(annotations_); in ForEachInst() 122 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
|
/third_party/spirv-tools/source/opt/ |
D | module.h | 310 InstructionList annotations_; variable 371 annotations_.push_back(std::move(a)); in AddAnnotationInst() 493 return annotations_.begin(); in annotation_begin() 496 return annotations_.end(); in annotation_end() 500 return make_range(annotations_.begin(), annotations_.end()); in annotations() 504 return make_range(annotations_.begin(), annotations_.end()); in annotations()
|
D | module.cpp | 101 DELEGATE(annotations_); in ForEachInst() 127 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | module.h | 295 InstructionList annotations_; variable 352 annotations_.push_back(std::move(a)); in AddAnnotationInst() 474 return annotations_.begin(); in annotation_begin() 477 return annotations_.end(); in annotation_end() 481 return make_range(annotations_.begin(), annotations_.end()); in annotations() 485 return make_range(annotations_.begin(), annotations_.end()); in annotations()
|
D | module.cpp | 99 DELEGATE(annotations_); in ForEachInst() 122 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.h | 165 std::vector<std::unique_ptr<Instruction>> annotations_; variable 200 annotations_.emplace_back(std::move(a)); in AddAnnotationInst() 239 return make_range(annotations_); in annotations() 243 return make_const_range(annotations_); in annotations()
|
D | module.cpp | 87 for (auto& i : annotations_) DELEGATE(i); in ForEachInst() 105 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder.h | 190 annotations_.push_back(Instruction{op, operands}); in push_annot() 193 const InstructionList& annots() const { return annotations_; } in annots() 589 InstructionList annotations_; variable
|
D | builder.cc | 339 size += size_of(annotations_); in total_size() 370 for (const auto& inst : annotations_) { in iterate()
|