Home
last modified time | relevance | path

Searched refs:AddExtInstImport (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_context.h211 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()
Damd_ext_to_khr.cpp66 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()
Dmodule.h81 inline void AddExtInstImport(std::unique_ptr<Instruction> e);
319 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() function
Dir_loader.cpp187 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
Dgraphics_robust_access_pass.cpp582 context()->module()->AddExtInstImport(std::move(import_inst)); in GetGlslInsts()
/third_party/spirv-tools/source/opt/
Dir_context.h212 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()
Damd_ext_to_khr.cpp66 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()
Dmodule.h81 inline void AddExtInstImport(std::unique_ptr<Instruction> e);
334 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() function
Dir_loader.cpp187 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
Dgraphics_robust_access_pass.cpp578 context()->module()->AddExtInstImport(std::move(import_inst)); in GetGlslInsts()
Dfolding_rules.cpp1447 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/
Dir_context.h211 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()
Damd_ext_to_khr.cpp66 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()
Dmodule.h81 inline void AddExtInstImport(std::unique_ptr<Instruction> e);
319 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() function
Dir_loader.cpp187 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
Dgraphics_robust_access_pass.cpp582 context()->module()->AddExtInstImport(std::move(import_inst)); in GetGlslInsts()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h62 inline void AddExtInstImport(std::unique_ptr<Instruction> e);
179 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() function
Dir_loader.cpp95 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/link/
Dlinker.cpp243 linked_module->AddExtInstImport( in MergeModules()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp243 linked_module->AddExtInstImport( in MergeModules()
/third_party/spirv-tools/source/link/
Dlinker.cpp263 linked_module->AddExtInstImport( in MergeModules()