Home
last modified time | relevance | path

Searched refs:FeatureManager (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfeature_manager.cpp26 void FeatureManager::Analyze(Module* module) { in Analyze()
32 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension()
55 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
68 void FeatureManager::RemoveCapability(SpvCapability cap) { in RemoveCapability()
73 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
79 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()
87 bool operator==(const FeatureManager& a, const FeatureManager
[all...]
H A Dfeature_manager.h25 // Tracks features enabled by a module. The IRContext has a FeatureManager.
26 class FeatureManager { class
28 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager() function in spvtools::opt::FeatureManager
33 // Removes the given |extension| from the current FeatureManager.
41 // Removes the given |capability| from the current FeatureManager.
62 friend bool operator==(const FeatureManager& a, const FeatureManager& b);
63 friend bool operator!=(const FeatureManager& a, const FeatureManager& b) { in operator !=()
68 // FeatureManager
[all...]
H A Dpass.h78 FeatureManager* get_feature_mgr() const { in get_feature_mgr()
H A Dir_context.h525 FeatureManager* get_feature_mgr() { in get_feature_mgr()
721 feature_mgr_ = MakeUnique<FeatureManager>(grammar_); in AnalyzeFeatures()
776 std::unique_ptr<FeatureManager> feature_mgr_;
H A Dir_context.cpp361 FeatureManager current(grammar_); in IsConsistent()
H A Dconst_folding_rules.cpp1200 FeatureManager* feature_manager = context_->get_feature_mgr();
H A Dfolding_rules.cpp2626 FeatureManager* feature_manager = context_->get_feature_mgr();
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfeature_manager.cpp26 void FeatureManager::Analyze(Module* module) { in Analyze()
32 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension()
55 void FeatureManager::AddCapability(SpvCapability cap) { in AddCapability()
68 void FeatureManager::RemoveCapability(SpvCapability cap) { in RemoveCapability()
73 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
79 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()
87 bool operator==(const FeatureManager& a, const FeatureManager
[all...]
H A Dfeature_manager.h25 // Tracks features enabled by a module. The IRContext has a FeatureManager.
26 class FeatureManager { class
28 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager() function in spvtools::opt::FeatureManager
33 // Removes the given |extension| from the current FeatureManager.
41 // Removes the given |capability| from the current FeatureManager.
62 friend bool operator==(const FeatureManager& a, const FeatureManager& b);
63 friend bool operator!=(const FeatureManager& a, const FeatureManager& b) { in operator !=()
68 // FeatureManager
[all...]
H A Dpass.h78 FeatureManager* get_feature_mgr() const { in get_feature_mgr()
H A Dir_context.h525 FeatureManager* get_feature_mgr() { in get_feature_mgr()
721 feature_mgr_ = MakeUnique<FeatureManager>(grammar_); in AnalyzeFeatures()
776 std::unique_ptr<FeatureManager> feature_mgr_;
H A Dir_context.cpp361 FeatureManager current(grammar_); in IsConsistent()
H A Dconst_folding_rules.cpp1296 FeatureManager* feature_manager = context_->get_feature_mgr();
H A Dfolding_rules.cpp2626 FeatureManager* feature_manager = context_->get_feature_mgr();
/third_party/spirv-tools/source/opt/
H A Dfeature_manager.cpp24 void FeatureManager::Analyze(Module* module) { in Analyze()
30 void FeatureManager::AddExtensions(Module* module) { in AddExtensions()
36 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
47 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension()
52 void FeatureManager::AddCapability(spv::Capability cap) { in AddCapability()
67 void FeatureManager::RemoveCapability(spv::Capability cap) { in RemoveCapability()
72 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities()
78 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds()
86 bool operator==(const FeatureManager& a, const FeatureManager
[all...]
H A Dfeature_manager.h25 // Tracks features enabled by a module. The IRContext has a FeatureManager.
26 class FeatureManager { class
54 friend bool operator==(const FeatureManager& a, const FeatureManager& b);
55 friend bool operator!=(const FeatureManager& a, const FeatureManager& b) { in operator !=()
60 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {} in FeatureManager() function in spvtools::opt::FeatureManager
71 // Removes the given |extension| from the current FeatureManager.
75 // FeatureManager.
81 // Removes the given |capability| from the current FeatureManager
[all...]
H A Dpass.h85 FeatureManager* get_feature_mgr() const { in get_feature_mgr()
H A Dir_context.h583 FeatureManager* get_feature_mgr() { in get_feature_mgr()
801 std::unique_ptr<FeatureManager>(new FeatureManager(grammar_)); in AnalyzeFeatures()
856 std::unique_ptr<FeatureManager> feature_mgr_;
H A Dtrim_capabilities_pass.cpp123 static bool Has16BitCapability(const FeatureManager* feature_manager) { in Has16BitCapability()
540 const FeatureManager* feature_manager = context()->get_feature_mgr(); in TrimUnrequiredCapabilities()
H A Dir_context.cpp416 FeatureManager current(grammar_); in IsConsistent()
H A Dconst_folding_rules.cpp1666 FeatureManager* feature_manager = context_->get_feature_mgr();
H A Dfolding_rules.cpp3034 FeatureManager* feature_manager = context_->get_feature_mgr();

Completed in 30 milliseconds