Home
last modified time | relevance | path

Searched refs:DecorationManager (Results 1 – 20 of 20) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/opt/
Ddecoration_manager_test.cpp68 DecorationManager* GetDecorationManager(const std::string& text) { in GetDecorationManager()
131 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
150 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
165 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
180 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
195 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
210 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
223 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
237 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
252 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Ddecoration_manager_test.cpp68 DecorationManager* GetDecorationManager(const std::string& text) { in GetDecorationManager()
131 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
150 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
165 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
180 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
195 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
210 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
223 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
237 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
252 DecorationManager* decoManager = ir_context.get_decoration_mgr(); in TEST_F()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp29 void DecorationManager::RemoveDecorationsFrom( in RemoveDecorationsFrom()
150 std::vector<Instruction*> DecorationManager::GetDecorationsFor( in GetDecorationsFor()
155 std::vector<const Instruction*> DecorationManager::GetDecorationsFor( in GetDecorationsFor()
157 return const_cast<DecorationManager*>(this) in GetDecorationsFor()
161 bool DecorationManager::HaveTheSameDecorations(uint32_t id1, in HaveTheSameDecorations()
233 bool DecorationManager::AreDecorationsTheSame(const Instruction* inst1, in AreDecorationsTheSame()
256 void DecorationManager::AnalyzeDecorations() { in AnalyzeDecorations()
265 void DecorationManager::AddDecoration(Instruction* inst) { in AddDecoration()
293 void DecorationManager::AddDecoration(SpvOp opcode, in AddDecoration()
301 void DecorationManager::AddDecoration(uint32_t inst_id, uint32_t decoration) { in AddDecoration()
[all …]
Ddecoration_manager.h31 class DecorationManager {
34 explicit DecorationManager(Module* module) : module_(module) { in DecorationManager() function
37 DecorationManager() = delete;
128 friend bool operator==(const DecorationManager&, const DecorationManager&);
129 friend bool operator!=(const DecorationManager& lhs,
130 const DecorationManager& rhs) {
Dpass.h73 analysis::DecorationManager* get_decoration_mgr() const { in get_decoration_mgr()
Dir_context.cpp256 analysis::DecorationManager* dec_mgr = get_decoration_mgr(); in IsConsistent()
257 analysis::DecorationManager current(module()); in IsConsistent()
294 analysis::DecorationManager* dec_mgr = get_decoration_mgr(); in KillNamesAndDecorates()
Dremove_duplicates_pass.cpp152 analysis::DecorationManager decoration_manager(context()->module()); in RemoveDuplicateDecorations()
Dir_context.h284 analysis::DecorationManager* get_decoration_mgr() { in get_decoration_mgr()
553 decoration_mgr_ = MakeUnique<analysis::DecorationManager>(module()); in BuildDecorationManager()
664 std::unique_ptr<analysis::DecorationManager> decoration_mgr_;
Dinstrument_pass.cpp305 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetOutputBufferId()
Dloop_unswitch_pass.cpp797 analysis::DecorationManager* dec_mgr = context_->get_decoration_mgr(); in IsDynamicallyUniform()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp29 void DecorationManager::RemoveDecorationsFrom( in RemoveDecorationsFrom()
150 std::vector<Instruction*> DecorationManager::GetDecorationsFor( in GetDecorationsFor()
155 std::vector<const Instruction*> DecorationManager::GetDecorationsFor( in GetDecorationsFor()
157 return const_cast<DecorationManager*>(this) in GetDecorationsFor()
161 bool DecorationManager::HaveTheSameDecorations(uint32_t id1, in HaveTheSameDecorations()
233 bool DecorationManager::AreDecorationsTheSame(const Instruction* inst1, in AreDecorationsTheSame()
256 void DecorationManager::AnalyzeDecorations() { in AnalyzeDecorations()
265 void DecorationManager::AddDecoration(Instruction* inst) { in AddDecoration()
293 void DecorationManager::AddDecoration(SpvOp opcode, in AddDecoration()
301 void DecorationManager::AddDecoration(uint32_t inst_id, uint32_t decoration) { in AddDecoration()
[all …]
Ddecoration_manager.h31 class DecorationManager {
34 explicit DecorationManager(Module* module) : module_(module) { in DecorationManager() function
37 DecorationManager() = delete;
128 friend bool operator==(const DecorationManager&, const DecorationManager&);
129 friend bool operator!=(const DecorationManager& lhs,
130 const DecorationManager& rhs) {
Dpass.h73 analysis::DecorationManager* get_decoration_mgr() const { in get_decoration_mgr()
Dir_context.cpp271 analysis::DecorationManager* dec_mgr = get_decoration_mgr(); in IsConsistent()
272 analysis::DecorationManager current(module()); in IsConsistent()
309 analysis::DecorationManager* dec_mgr = get_decoration_mgr(); in KillNamesAndDecorates()
Dremove_duplicates_pass.cpp152 analysis::DecorationManager decoration_manager(context()->module()); in RemoveDuplicateDecorations()
Dir_context.h286 analysis::DecorationManager* get_decoration_mgr() { in get_decoration_mgr()
557 decoration_mgr_ = MakeUnique<analysis::DecorationManager>(module()); in BuildDecorationManager()
682 std::unique_ptr<analysis::DecorationManager> decoration_mgr_;
Dloop_unswitch_pass.cpp507 analysis::DecorationManager* dec_mgr = context_->get_decoration_mgr(); in IsDynamicallyUniform()
Dinstrument_pass.cpp305 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetOutputBufferId()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp49 using opt::analysis::DecorationManager;
115 const DecorationManager& decoration_manager,
142 const LinkageTable& linkings_to_do, DecorationManager* decoration_manager,
376 const DecorationManager& decoration_manager, in GetImportExportPairs()
477 const DecorationManager& decoration_manager = *context->get_decoration_mgr(); in CheckImportExportCompatibility()
515 const LinkageTable& linkings_to_do, DecorationManager* decoration_manager, in RemoveLinkageSpecificInstructions()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp49 using opt::analysis::DecorationManager;
115 const DecorationManager& decoration_manager,
142 const LinkageTable& linkings_to_do, DecorationManager* decoration_manager,
376 const DecorationManager& decoration_manager, in GetImportExportPairs()
477 const DecorationManager& decoration_manager = *context->get_decoration_mgr(); in CheckImportExportCompatibility()
515 const LinkageTable& linkings_to_do, DecorationManager* decoration_manager, in RemoveLinkageSpecificInstructions()