Home
last modified time | relevance | path

Searched refs:AddDebug2Inst (Results 1 – 18 of 18) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinstrument_pass.cpp575 context()->AddDebug2Inst(NewGlobalName(obufTyId, "OutputBuffer")); in GetOutputBufferId()
576 context()->AddDebug2Inst(NewMemberName(obufTyId, 0, "written_count")); in GetOutputBufferId()
577 context()->AddDebug2Inst(NewMemberName(obufTyId, 1, "data")); in GetOutputBufferId()
578 context()->AddDebug2Inst(NewGlobalName(output_buffer_id_, "output_buffer")); in GetOutputBufferId()
623 context()->AddDebug2Inst(NewGlobalName(ibufTyId, "InputBuffer")); in GetInputBufferId()
624 context()->AddDebug2Inst(NewMemberName(ibufTyId, 0, "data")); in GetInputBufferId()
625 context()->AddDebug2Inst(NewGlobalName(input_buffer_id_, "input_buffer")); in GetInputBufferId()
844 context()->AddDebug2Inst( in GetStreamWriteFunctionId()
929 context()->AddDebug2Inst(NewGlobalName(func_id, name)); in GetDirectReadFunctionId()
Dmodule.h103 inline void AddDebug2Inst(std::unique_ptr<Instruction> d);
358 inline void Module::AddDebug2Inst(std::unique_ptr<Instruction> d) { in AddDebug2Inst() function
Dir_context.h227 inline void AddDebug2Inst(std::unique_ptr<Instruction>&& d);
1089 void IRContext::AddDebug2Inst(std::unique_ptr<Instruction>&& d) { in AddDebug2Inst() function
1100 module()->AddDebug2Inst(std::move(d)); in AddDebug2Inst()
Dir_loader.cpp200 module_->AddDebug2Inst(std::move(spv_inst)); in AddInstruction()
Ddesc_sroa.cpp308 context()->AddDebug2Inst(std::move(new_name)); in CreateReplacementVariable()
Dinst_buff_addr_check_pass.cpp396 context()->AddDebug2Inst( in GetSearchAndTestFuncId()
Dinterface_var_sroa.cpp420 context()->AddDebug2Inst(std::move(new_inst)); in ReplaceComponentOfInterfaceVarWith()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h100 inline void AddDebug2Inst(std::unique_ptr<Instruction> d);
339 inline void Module::AddDebug2Inst(std::unique_ptr<Instruction> d) { in AddDebug2Inst() function
Dir_context.h226 inline void AddDebug2Inst(std::unique_ptr<Instruction>&& d);
1081 void IRContext::AddDebug2Inst(std::unique_ptr<Instruction>&& d) { in AddDebug2Inst() function
1089 module()->AddDebug2Inst(std::move(d)); in AddDebug2Inst()
Dir_loader.cpp197 module_->AddDebug2Inst(std::move(spv_inst)); in AddInstruction()
Ddesc_sroa.cpp307 context()->AddDebug2Inst(std::move(new_name)); in CreateReplacementVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h100 inline void AddDebug2Inst(std::unique_ptr<Instruction> d);
339 inline void Module::AddDebug2Inst(std::unique_ptr<Instruction> d) { in AddDebug2Inst() function
Dir_context.h226 inline void AddDebug2Inst(std::unique_ptr<Instruction>&& d);
1081 void IRContext::AddDebug2Inst(std::unique_ptr<Instruction>&& d) { in AddDebug2Inst() function
1089 module()->AddDebug2Inst(std::move(d)); in AddDebug2Inst()
Dir_loader.cpp197 module_->AddDebug2Inst(std::move(spv_inst)); in AddInstruction()
Ddesc_sroa.cpp308 context()->AddDebug2Inst(std::move(new_name)); in CreateReplacementVariable()
/third_party/skia/third_party/externals/spirv-tools/source/link/
Dlinker.cpp320 linked_module->AddDebug2Inst( in MergeModules()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp320 linked_module->AddDebug2Inst( in MergeModules()
/third_party/spirv-tools/source/link/
Dlinker.cpp350 linked_module->AddDebug2Inst( in MergeModules()