/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_context.h | 211 inline void AddExtInstImport(const std::string& name); 212 inline void AddExtInstImport(std::unique_ptr<Instruction>&& e); 1043 void IRContext::AddExtInstImport(const std::string& name) { in AddExtInstImport() function 1049 AddExtInstImport(std::unique_ptr<Instruction>( in AddExtInstImport() 1054 void IRContext::AddExtInstImport(std::unique_ptr<Instruction>&& e) { in AddExtInstImport() function 1059 module()->AddExtInstImport(std::move(e)); in AddExtInstImport()
|
D | amd_ext_to_khr.cpp | 66 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceTrinaryMinMax() 103 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceTrinaryMid() 581 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceCubeFaceCoord() 728 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceCubeFaceIndex()
|
D | module.h | 81 inline void AddExtInstImport(std::unique_ptr<Instruction> e); 319 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() function
|
D | ir_loader.cpp | 187 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
|
D | graphics_robust_access_pass.cpp | 582 context()->module()->AddExtInstImport(std::move(import_inst)); in GetGlslInsts()
|
/third_party/spirv-tools/source/opt/ |
D | ir_context.h | 212 inline void AddExtInstImport(const std::string& name); 213 inline void AddExtInstImport(std::unique_ptr<Instruction>&& e); 1055 void IRContext::AddExtInstImport(const std::string& name) { in AddExtInstImport() function 1057 AddExtInstImport(std::unique_ptr<Instruction>( in AddExtInstImport() 1062 void IRContext::AddExtInstImport(std::unique_ptr<Instruction>&& e) { in AddExtInstImport() function 1067 module()->AddExtInstImport(std::move(e)); in AddExtInstImport()
|
D | amd_ext_to_khr.cpp | 66 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceTrinaryMinMax() 103 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceTrinaryMid() 581 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceCubeFaceCoord() 728 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceCubeFaceIndex()
|
D | module.h | 81 inline void AddExtInstImport(std::unique_ptr<Instruction> e); 334 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() function
|
D | ir_loader.cpp | 187 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
|
D | graphics_robust_access_pass.cpp | 578 context()->module()->AddExtInstImport(std::move(import_inst)); in GetGlslInsts()
|
D | folding_rules.cpp | 1447 inst->context()->AddExtInstImport("GLSL.std.450"); in ReplaceWithFma() 1507 sub->context()->AddExtInstImport("GLSL.std.450"); in ReplaceWithFmaAndNegate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_context.h | 211 inline void AddExtInstImport(const std::string& name); 212 inline void AddExtInstImport(std::unique_ptr<Instruction>&& e); 1043 void IRContext::AddExtInstImport(const std::string& name) { in AddExtInstImport() function 1049 AddExtInstImport(std::unique_ptr<Instruction>( in AddExtInstImport() 1054 void IRContext::AddExtInstImport(std::unique_ptr<Instruction>&& e) { in AddExtInstImport() function 1059 module()->AddExtInstImport(std::move(e)); in AddExtInstImport()
|
D | amd_ext_to_khr.cpp | 66 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceTrinaryMinMax() 103 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceTrinaryMid() 581 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceCubeFaceCoord() 728 ctx->AddExtInstImport("GLSL.std.450"); in ReplaceCubeFaceIndex()
|
D | module.h | 81 inline void AddExtInstImport(std::unique_ptr<Instruction> e); 319 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() function
|
D | ir_loader.cpp | 187 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
|
D | graphics_robust_access_pass.cpp | 582 context()->module()->AddExtInstImport(std::move(import_inst)); in GetGlslInsts()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.h | 62 inline void AddExtInstImport(std::unique_ptr<Instruction> e); 179 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() function
|
D | ir_loader.cpp | 95 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
|
/third_party/skia/third_party/externals/spirv-tools/source/link/ |
D | linker.cpp | 243 linked_module->AddExtInstImport( in MergeModules()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 243 linked_module->AddExtInstImport( in MergeModules()
|
/third_party/spirv-tools/source/link/ |
D | linker.cpp | 263 linked_module->AddExtInstImport( in MergeModules()
|