Home
last modified time | relevance | path

Searched refs:ordered_instructions_ (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.cpp166 ordered_instructions_(),
218 ordered_instructions_.reserve(total_instructions_); in preallocateStorage()
480 ordered_instructions_.emplace_back(inst); in AddOrderedInstruction()
481 ordered_instructions_.back().SetLineNum(ordered_instructions_.size()); in AddOrderedInstruction()
482 return &ordered_instructions_.back(); in AddOrderedInstruction()
Dvalidation_state.h411 return ordered_instructions_; in ordered_instructions()
612 std::vector<Instruction> ordered_instructions_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp166 ordered_instructions_(),
219 ordered_instructions_.reserve(total_instructions_); in preallocateStorage()
497 ordered_instructions_.emplace_back(inst); in AddOrderedInstruction()
498 ordered_instructions_.back().SetLineNum(ordered_instructions_.size()); in AddOrderedInstruction()
499 return &ordered_instructions_.back(); in AddOrderedInstruction()
Dvalidation_state.h427 return ordered_instructions_; in ordered_instructions()
628 std::vector<Instruction> ordered_instructions_; variable