Home
last modified time | relevance | path

Searched refs:GetAnnotations (Results 1 – 12 of 12) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dunify_const_pass.cpp119 if (get_def_use_mgr()->GetAnnotations(inst->result_id()).size() != 0) { in Process()
Ddef_use_manager.h196 std::vector<Instruction*> GetAnnotations(uint32_t id) const;
Ddef_use_manager.cpp210 std::vector<Instruction*> DefUseManager::GetAnnotations(uint32_t id) const { in GetAnnotations() function in spvtools::opt::analysis::DefUseManager
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dunify_const_pass.cpp119 if (get_def_use_mgr()->GetAnnotations(inst->result_id()).size() != 0) { in Process()
Ddef_use_manager.h196 std::vector<Instruction*> GetAnnotations(uint32_t id) const;
Ddef_use_manager.cpp210 std::vector<Instruction*> DefUseManager::GetAnnotations(uint32_t id) const { in GetAnnotations() function in spvtools::opt::analysis::DefUseManager
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dunify_const_pass.cpp119 if (get_def_use_mgr()->GetAnnotations(inst->result_id()).size() != 0) { in Process()
Ddef_use_manager.h196 std::vector<Instruction*> GetAnnotations(uint32_t id) const;
Ddef_use_manager.cpp210 std::vector<Instruction*> DefUseManager::GetAnnotations(uint32_t id) const { in GetAnnotations() function in spvtools::opt::analysis::DefUseManager
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Ddef_use_test.cpp1577 auto insts = manager.GetAnnotations(tc.id); in TEST_P()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Ddef_use_test.cpp1577 auto insts = manager.GetAnnotations(tc.id); in TEST_P()
/external/deqp-deps/SPIRV-Tools/test/opt/
Ddef_use_test.cpp1577 auto insts = manager.GetAnnotations(tc.id); in TEST_P()