/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | decoration_manager.cpp | 142 module_->AddAnnotationInst(std::move(new_inst)); in RemoveDecorationsFrom() 392 ctx->AddAnnotationInst(std::move(newDecoOp)); in AddDecoration() 516 module_->AddAnnotationInst(std::move(new_inst)); in CloneDecorations() 571 module_->AddAnnotationInst(std::move(new_inst)); in CloneDecorations()
|
D | module.h | 111 inline void AddAnnotationInst(std::unique_ptr<Instruction> a); 351 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() function
|
D | ir_context.h | 233 inline void AddAnnotationInst(std::unique_ptr<Instruction>&& a); 1100 void IRContext::AddAnnotationInst(std::unique_ptr<Instruction>&& a) { in AddAnnotationInst() function 1107 module()->AddAnnotationInst(std::move(a)); in AddAnnotationInst()
|
D | ir_loader.cpp | 201 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
|
D | desc_sroa.cpp | 222 context()->AddAnnotationInst(std::move(new_decoration)); in CreateNewDecorationForNewVariable()
|
D | scalar_replacement_pass.cpp | 456 context()->AddAnnotationInst(std::move(annotation)); in TransferAnnotations() 509 context()->AddAnnotationInst(std::move(new_dec_inst)); in CreateVariable()
|
/third_party/spirv-tools/source/opt/ |
D | decoration_manager.cpp | 142 module_->AddAnnotationInst(std::move(new_inst)); in RemoveDecorationsFrom() 392 ctx->AddAnnotationInst(std::move(newDecoOp)); in AddDecoration() 516 module_->AddAnnotationInst(std::move(new_inst)); in CloneDecorations() 571 module_->AddAnnotationInst(std::move(new_inst)); in CloneDecorations()
|
D | module.h | 114 inline void AddAnnotationInst(std::unique_ptr<Instruction> a); 370 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() function
|
D | ir_context.h | 234 inline void AddAnnotationInst(std::unique_ptr<Instruction>&& a); 1111 void IRContext::AddAnnotationInst(std::unique_ptr<Instruction>&& a) { in AddAnnotationInst() function 1118 module()->AddAnnotationInst(std::move(a)); in AddAnnotationInst()
|
D | ir_loader.cpp | 204 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
|
D | desc_sroa.cpp | 223 context()->AddAnnotationInst(std::move(new_decoration)); in CreateNewDecorationForNewVariable()
|
D | scalar_replacement_pass.cpp | 461 context()->AddAnnotationInst(std::move(annotation)); in TransferAnnotations() 514 context()->AddAnnotationInst(std::move(new_dec_inst)); in CreateVariable()
|
D | type_manager.cpp | 497 context()->AddAnnotationInst(MakeUnique<Instruction>( in CreateDecoration()
|
D | interface_var_sroa.cpp | 554 context()->AddAnnotationInst(std::move(new_inst)); in CloneAnnotationForVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | decoration_manager.cpp | 142 module_->AddAnnotationInst(std::move(new_inst)); in RemoveDecorationsFrom() 392 ctx->AddAnnotationInst(std::move(newDecoOp)); in AddDecoration() 516 module_->AddAnnotationInst(std::move(new_inst)); in CloneDecorations() 571 module_->AddAnnotationInst(std::move(new_inst)); in CloneDecorations()
|
D | module.h | 111 inline void AddAnnotationInst(std::unique_ptr<Instruction> a); 351 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() function
|
D | ir_context.h | 233 inline void AddAnnotationInst(std::unique_ptr<Instruction>&& a); 1100 void IRContext::AddAnnotationInst(std::unique_ptr<Instruction>&& a) { in AddAnnotationInst() function 1107 module()->AddAnnotationInst(std::move(a)); in AddAnnotationInst()
|
D | ir_loader.cpp | 201 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
|
D | desc_sroa.cpp | 223 context()->AddAnnotationInst(std::move(new_decoration)); in CreateNewDecorationForNewVariable()
|
D | scalar_replacement_pass.cpp | 456 context()->AddAnnotationInst(std::move(annotation)); in TransferAnnotations() 509 context()->AddAnnotationInst(std::move(new_dec_inst)); in CreateVariable()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.h | 72 inline void AddAnnotationInst(std::unique_ptr<Instruction> a); 199 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() function
|
D | ir_loader.cpp | 105 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
|
/third_party/skia/third_party/externals/spirv-tools/source/link/ |
D | linker.cpp | 349 linked_module->AddAnnotationInst( in MergeModules()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 349 linked_module->AddAnnotationInst( in MergeModules()
|
/third_party/spirv-tools/source/link/ |
D | linker.cpp | 376 linked_module->AddAnnotationInst( in MergeModules()
|