Home
last modified time | relevance | path

Searched refs:non_semantic_ (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.cpp50 clone->non_semantic_.reserve(non_semantic_.size()); in Clone()
51 for (auto& non_semantic : non_semantic_) { in Clone()
117 for (auto& non_semantic : non_semantic_) { in WhileEachInst()
165 for (auto& non_semantic : non_semantic_) { in WhileEachInst()
Dfunction.h195 std::vector<std::unique_ptr<Instruction>> non_semantic_; variable
262 non_semantic_.emplace_back(std::move(non_semantic)); in AddNonSemanticInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.cpp50 clone->non_semantic_.reserve(non_semantic_.size()); in Clone()
51 for (auto& non_semantic : non_semantic_) { in Clone()
117 for (auto& non_semantic : non_semantic_) { in WhileEachInst()
165 for (auto& non_semantic : non_semantic_) { in WhileEachInst()
Dfunction.h195 std::vector<std::unique_ptr<Instruction>> non_semantic_; variable
262 non_semantic_.emplace_back(std::move(non_semantic)); in AddNonSemanticInstruction()
/third_party/spirv-tools/source/opt/
Dfunction.cpp50 clone->non_semantic_.reserve(non_semantic_.size()); in Clone()
51 for (auto& non_semantic : non_semantic_) { in Clone()
117 for (auto& non_semantic : non_semantic_) { in WhileEachInst()
165 for (auto& non_semantic : non_semantic_) { in WhileEachInst()
Dfunction.h208 std::vector<std::unique_ptr<Instruction>> non_semantic_; variable
275 non_semantic_.emplace_back(std::move(non_semantic)); in AddNonSemanticInstruction()