Home
last modified time | relevance | path

Searched refs:annotations_ (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dassembly_builder.h87 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/
Dassembly_builder.h88 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/
Dassembly_builder.h88 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/
Dassembly_builder.h88 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/
Dmodule.h295 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()
Dmodule.cpp99 DELEGATE(annotations_); in ForEachInst()
122 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
/third_party/spirv-tools/source/opt/
Dmodule.h310 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()
Dmodule.cpp101 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/
Dmodule.h295 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()
Dmodule.cpp99 DELEGATE(annotations_); in ForEachInst()
122 for (auto& i : annotations_) DELEGATE(i); in ForEachInst()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h165 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()
Dmodule.cpp87 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/
Dbuilder.h190 annotations_.push_back(Instruction{op, operands}); in push_annot()
193 const InstructionList& annots() const { return annotations_; } in annots()
589 InstructionList annotations_; variable
Dbuilder.cc339 size += size_of(annotations_); in total_size()
370 for (const auto& inst : annotations_) { in iterate()