Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmodule.h112 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction> d);
370 inline void Module::AddExtInstDebugInfo(std::unique_ptr<Instruction> d) { in AddExtInstDebugInfo() function
H A Dir_context.h250 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);
1196 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function
1197 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
H A Dir_loader.cpp214 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
H A Ddebug_info_manager.cpp263 context()->module()->AddExtInstDebugInfo(std::move(inlined_at)); in CreateDebugInlinedAt()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dmodule.h112 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction> d);
370 inline void Module::AddExtInstDebugInfo(std::unique_ptr<Instruction> d) { in AddExtInstDebugInfo() function
H A Dir_context.h251 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);
1197 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function
1198 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
H A Dir_loader.cpp214 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
H A Ddebug_info_manager.cpp263 context()->module()->AddExtInstDebugInfo(std::move(inlined_at)); in CreateDebugInlinedAt()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h112 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction> d);
370 inline void Module::AddExtInstDebugInfo(std::unique_ptr<Instruction> d) { in AddExtInstDebugInfo() function
Dir_context.h250 inline void AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d);
1196 void IRContext::AddExtInstDebugInfo(std::unique_ptr<Instruction>&& d) { in AddExtInstDebugInfo() function
1197 module()->AddExtInstDebugInfo(std::move(d)); in AddExtInstDebugInfo()
Dir_loader.cpp214 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
Ddebug_info_manager.cpp263 context()->module()->AddExtInstDebugInfo(std::move(inlined_at)); in CreateDebugInlinedAt()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp365 linked_module->AddExtInstDebugInfo( in MergeModules()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp365 linked_module->AddExtInstDebugInfo( in MergeModules()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/link/
H A Dlinker.cpp369 linked_module->AddExtInstDebugInfo( in MergeModules()