/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | decoration_manager_test.cpp | 68 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/ |
D | decoration_manager_test.cpp | 68 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/ |
D | decoration_manager.cpp | 29 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 …]
|
D | decoration_manager.h | 31 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) {
|
D | pass.h | 73 analysis::DecorationManager* get_decoration_mgr() const { in get_decoration_mgr()
|
D | ir_context.cpp | 256 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()
|
D | remove_duplicates_pass.cpp | 152 analysis::DecorationManager decoration_manager(context()->module()); in RemoveDuplicateDecorations()
|
D | ir_context.h | 284 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_;
|
D | instrument_pass.cpp | 305 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetOutputBufferId()
|
D | loop_unswitch_pass.cpp | 797 analysis::DecorationManager* dec_mgr = context_->get_decoration_mgr(); in IsDynamicallyUniform()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | decoration_manager.cpp | 29 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 …]
|
D | decoration_manager.h | 31 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) {
|
D | pass.h | 73 analysis::DecorationManager* get_decoration_mgr() const { in get_decoration_mgr()
|
D | ir_context.cpp | 271 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()
|
D | remove_duplicates_pass.cpp | 152 analysis::DecorationManager decoration_manager(context()->module()); in RemoveDuplicateDecorations()
|
D | ir_context.h | 286 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_;
|
D | loop_unswitch_pass.cpp | 507 analysis::DecorationManager* dec_mgr = context_->get_decoration_mgr(); in IsDynamicallyUniform()
|
D | instrument_pass.cpp | 305 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetOutputBufferId()
|
/external/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 49 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/ |
D | linker.cpp | 49 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()
|