Home
last modified time | relevance | path

Searched refs:AddDebug1Inst (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_manager_test.cpp82 context()->AddDebug1Inst(MakeUnique<Instruction>(context())); in Process()
96 context()->AddDebug1Inst(MakeUnique<Instruction>(context())); in Process()
111 context()->AddDebug1Inst(std::move(inst)); in Process()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_manager_test.cpp82 context()->AddDebug1Inst(MakeUnique<Instruction>(context())); in Process()
96 context()->AddDebug1Inst(MakeUnique<Instruction>(context())); in Process()
111 context()->AddDebug1Inst(std::move(inst)); in Process()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h95 inline void AddDebug1Inst(std::unique_ptr<Instruction> d);
335 inline void Module::AddDebug1Inst(std::unique_ptr<Instruction> d) { in AddDebug1Inst() function
Dir_context.h220 inline void AddDebug1Inst(std::unique_ptr<Instruction>&& d);
1067 void IRContext::AddDebug1Inst(std::unique_ptr<Instruction>&& d) { in AddDebug1Inst() function
1068 module()->AddDebug1Inst(std::move(d)); in AddDebug1Inst()
Dir_loader.cpp174 module_->AddDebug1Inst(std::move(spv_inst)); in AddInstruction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h95 inline void AddDebug1Inst(std::unique_ptr<Instruction> d);
335 inline void Module::AddDebug1Inst(std::unique_ptr<Instruction> d) { in AddDebug1Inst() function
Dir_context.h220 inline void AddDebug1Inst(std::unique_ptr<Instruction>&& d);
1067 void IRContext::AddDebug1Inst(std::unique_ptr<Instruction>&& d) { in AddDebug1Inst() function
1068 module()->AddDebug1Inst(std::move(d)); in AddDebug1Inst()
Dir_loader.cpp174 module_->AddDebug1Inst(std::move(spv_inst)); in AddInstruction()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp314 linked_module->AddDebug1Inst( in MergeModules()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp314 linked_module->AddDebug1Inst( in MergeModules()