Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/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()
/third_party/skia/third_party/externals/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.h222 inline void AddDebug1Inst(std::unique_ptr<Instruction>&& d);
1077 void IRContext::AddDebug1Inst(std::unique_ptr<Instruction>&& d) { in AddDebug1Inst() function
1078 module()->AddDebug1Inst(std::move(d)); in AddDebug1Inst()
Dir_loader.cpp195 module_->AddDebug1Inst(std::move(spv_inst)); in AddInstruction()
/third_party/spirv-tools/source/opt/
Dmodule.h98 inline void AddDebug1Inst(std::unique_ptr<Instruction> d);
354 inline void Module::AddDebug1Inst(std::unique_ptr<Instruction> d) { in AddDebug1Inst() function
Dir_context.h223 inline void AddDebug1Inst(std::unique_ptr<Instruction>&& d);
1085 void IRContext::AddDebug1Inst(std::unique_ptr<Instruction>&& d) { in AddDebug1Inst() function
1086 module()->AddDebug1Inst(std::move(d)); in AddDebug1Inst()
Dir_loader.cpp198 module_->AddDebug1Inst(std::move(spv_inst)); in AddInstruction()
/third_party/skia/third_party/externals/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.h222 inline void AddDebug1Inst(std::unique_ptr<Instruction>&& d);
1077 void IRContext::AddDebug1Inst(std::unique_ptr<Instruction>&& d) { in AddDebug1Inst() function
1078 module()->AddDebug1Inst(std::move(d)); in AddDebug1Inst()
Dir_loader.cpp195 module_->AddDebug1Inst(std::move(spv_inst)); in AddInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/link/
Dlinker.cpp315 linked_module->AddDebug1Inst( in MergeModules()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp315 linked_module->AddDebug1Inst( in MergeModules()
/third_party/spirv-tools/source/link/
Dlinker.cpp345 linked_module->AddDebug1Inst( in MergeModules()