Searched refs:AddDebug2Inst (Results 1 – 18 of 18) sorted by relevance
/third_party/spirv-tools/source/opt/ |
D | instrument_pass.cpp | 575 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()
|
D | module.h | 103 inline void AddDebug2Inst(std::unique_ptr<Instruction> d); 358 inline void Module::AddDebug2Inst(std::unique_ptr<Instruction> d) { in AddDebug2Inst() function
|
D | ir_context.h | 227 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()
|
D | ir_loader.cpp | 200 module_->AddDebug2Inst(std::move(spv_inst)); in AddInstruction()
|
D | desc_sroa.cpp | 308 context()->AddDebug2Inst(std::move(new_name)); in CreateReplacementVariable()
|
D | inst_buff_addr_check_pass.cpp | 396 context()->AddDebug2Inst( in GetSearchAndTestFuncId()
|
D | interface_var_sroa.cpp | 420 context()->AddDebug2Inst(std::move(new_inst)); in ReplaceComponentOfInterfaceVarWith()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.h | 100 inline void AddDebug2Inst(std::unique_ptr<Instruction> d); 339 inline void Module::AddDebug2Inst(std::unique_ptr<Instruction> d) { in AddDebug2Inst() function
|
D | ir_context.h | 226 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()
|
D | ir_loader.cpp | 197 module_->AddDebug2Inst(std::move(spv_inst)); in AddInstruction()
|
D | desc_sroa.cpp | 307 context()->AddDebug2Inst(std::move(new_name)); in CreateReplacementVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | module.h | 100 inline void AddDebug2Inst(std::unique_ptr<Instruction> d); 339 inline void Module::AddDebug2Inst(std::unique_ptr<Instruction> d) { in AddDebug2Inst() function
|
D | ir_context.h | 226 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()
|
D | ir_loader.cpp | 197 module_->AddDebug2Inst(std::move(spv_inst)); in AddInstruction()
|
D | desc_sroa.cpp | 308 context()->AddDebug2Inst(std::move(new_name)); in CreateReplacementVariable()
|
/third_party/skia/third_party/externals/spirv-tools/source/link/ |
D | linker.cpp | 320 linked_module->AddDebug2Inst( in MergeModules()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 320 linked_module->AddDebug2Inst( in MergeModules()
|
/third_party/spirv-tools/source/link/ |
D | linker.cpp | 350 linked_module->AddDebug2Inst( in MergeModules()
|