Home
last modified time | relevance | path

Searched refs:AddEntryPoint (Results 1 – 8 of 8) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h196 inline void AddEntryPoint(std::unique_ptr<Instruction>&& e);
886 void IRContext::AddEntryPoint(std::unique_ptr<Instruction>&& e) { in AddEntryPoint() function
887 module()->AddEntryPoint(std::move(e)); in AddEntryPoint()
Dmodule.h86 inline void AddEntryPoint(std::unique_ptr<Instruction> e);
303 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) { in AddEntryPoint() function
Dir_loader.cpp102 module_->AddEntryPoint(std::move(spv_inst)); in AddInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h86 inline void AddEntryPoint(std::unique_ptr<Instruction> e);
303 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) { in AddEntryPoint() function
Dir_loader.cpp102 module_->AddEntryPoint(std::move(spv_inst)); in AddInstruction()
Dir_context.h198 inline void AddEntryPoint(std::unique_ptr<Instruction>&& e);
904 void IRContext::AddEntryPoint(std::unique_ptr<Instruction>&& e) { in AddEntryPoint() function
905 module()->AddEntryPoint(std::move(e)); in AddEntryPoint()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp302 linked_module->AddEntryPoint( in MergeModules()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp302 linked_module->AddEntryPoint( in MergeModules()