Home
last modified time | relevance | path

Searched refs:AddDebug3Inst (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h104 inline void AddDebug3Inst(std::unique_ptr<Instruction> d);
343 inline void Module::AddDebug3Inst(std::unique_ptr<Instruction> d) { in AddDebug3Inst() function
Dir_context.h229 inline void AddDebug3Inst(std::unique_ptr<Instruction>&& d);
1092 void IRContext::AddDebug3Inst(std::unique_ptr<Instruction>&& d) { in AddDebug3Inst() function
1093 module()->AddDebug3Inst(std::move(d)); in AddDebug3Inst()
Dir_loader.cpp199 module_->AddDebug3Inst(std::move(spv_inst)); in AddInstruction()
/third_party/spirv-tools/source/opt/
Dmodule.h107 inline void AddDebug3Inst(std::unique_ptr<Instruction> d);
362 inline void Module::AddDebug3Inst(std::unique_ptr<Instruction> d) { in AddDebug3Inst() function
Dir_context.h230 inline void AddDebug3Inst(std::unique_ptr<Instruction>&& d);
1103 void IRContext::AddDebug3Inst(std::unique_ptr<Instruction>&& d) { in AddDebug3Inst() function
1104 module()->AddDebug3Inst(std::move(d)); in AddDebug3Inst()
Dir_loader.cpp202 module_->AddDebug3Inst(std::move(spv_inst)); in AddInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h104 inline void AddDebug3Inst(std::unique_ptr<Instruction> d);
343 inline void Module::AddDebug3Inst(std::unique_ptr<Instruction> d) { in AddDebug3Inst() function
Dir_context.h229 inline void AddDebug3Inst(std::unique_ptr<Instruction>&& d);
1092 void IRContext::AddDebug3Inst(std::unique_ptr<Instruction>&& d) { in AddDebug3Inst() function
1093 module()->AddDebug3Inst(std::move(d)); in AddDebug3Inst()
Dir_loader.cpp199 module_->AddDebug3Inst(std::move(spv_inst)); in AddInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/link/
Dlinker.cpp325 linked_module->AddDebug3Inst( in MergeModules()
342 linked_module->AddDebug3Inst(std::unique_ptr<Instruction>( in MergeModules()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp325 linked_module->AddDebug3Inst( in MergeModules()
342 linked_module->AddDebug3Inst(std::unique_ptr<Instruction>( in MergeModules()
/third_party/spirv-tools/source/link/
Dlinker.cpp355 linked_module->AddDebug3Inst( in MergeModules()
369 linked_module->AddDebug3Inst(std::unique_ptr<Instruction>( in MergeModules()