Home
last modified time | relevance | path

Searched refs:AddAnnotationInst (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddecoration_manager.cpp142 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()
Dmodule.h111 inline void AddAnnotationInst(std::unique_ptr<Instruction> a);
351 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() function
Dir_context.h233 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()
Dir_loader.cpp201 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
Ddesc_sroa.cpp222 context()->AddAnnotationInst(std::move(new_decoration)); in CreateNewDecorationForNewVariable()
Dscalar_replacement_pass.cpp456 context()->AddAnnotationInst(std::move(annotation)); in TransferAnnotations()
509 context()->AddAnnotationInst(std::move(new_dec_inst)); in CreateVariable()
/third_party/spirv-tools/source/opt/
Ddecoration_manager.cpp142 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()
Dmodule.h114 inline void AddAnnotationInst(std::unique_ptr<Instruction> a);
370 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() function
Dir_context.h234 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()
Dir_loader.cpp204 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
Ddesc_sroa.cpp223 context()->AddAnnotationInst(std::move(new_decoration)); in CreateNewDecorationForNewVariable()
Dscalar_replacement_pass.cpp461 context()->AddAnnotationInst(std::move(annotation)); in TransferAnnotations()
514 context()->AddAnnotationInst(std::move(new_dec_inst)); in CreateVariable()
Dtype_manager.cpp497 context()->AddAnnotationInst(MakeUnique<Instruction>( in CreateDecoration()
Dinterface_var_sroa.cpp554 context()->AddAnnotationInst(std::move(new_inst)); in CloneAnnotationForVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp142 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()
Dmodule.h111 inline void AddAnnotationInst(std::unique_ptr<Instruction> a);
351 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() function
Dir_context.h233 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()
Dir_loader.cpp201 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
Ddesc_sroa.cpp223 context()->AddAnnotationInst(std::move(new_decoration)); in CreateNewDecorationForNewVariable()
Dscalar_replacement_pass.cpp456 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/
Dmodule.h72 inline void AddAnnotationInst(std::unique_ptr<Instruction> a);
199 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() function
Dir_loader.cpp105 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/link/
Dlinker.cpp349 linked_module->AddAnnotationInst( in MergeModules()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp349 linked_module->AddAnnotationInst( in MergeModules()
/third_party/spirv-tools/source/link/
Dlinker.cpp376 linked_module->AddAnnotationInst( in MergeModules()

12