Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.cpp299 Construct& Function::AddConstruct(const Construct& new_construct) { in AddConstruct() argument
300 cfg_constructs_.push_back(new_construct); in AddConstruct()
302 entry_block_to_construct_[std::make_pair(new_construct.entry_block(), in AddConstruct()
303 new_construct.type())] = &result; in AddConstruct()
Dfunction.h275 Construct& AddConstruct(const Construct& new_construct);
/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.cpp299 Construct& Function::AddConstruct(const Construct& new_construct) { in AddConstruct() argument
300 cfg_constructs_.push_back(new_construct); in AddConstruct()
302 entry_block_to_construct_[std::make_pair(new_construct.entry_block(), in AddConstruct()
303 new_construct.type())] = &result; in AddConstruct()
Dfunction.h274 Construct& AddConstruct(const Construct& new_construct);
/external/angle/third_party/spirv-tools/src/source/val/
Dfunction.cpp299 Construct& Function::AddConstruct(const Construct& new_construct) { in AddConstruct() argument
300 cfg_constructs_.push_back(new_construct); in AddConstruct()
302 entry_block_to_construct_[std::make_pair(new_construct.entry_block(), in AddConstruct()
303 new_construct.type())] = &result; in AddConstruct()
Dfunction.h275 Construct& AddConstruct(const Construct& new_construct);