Home
last modified time | relevance | path

Searched refs:RemoveDecorations (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dcfg_cleanup_test.cpp88 TEST_F(CFGCleanupTest, RemoveDecorations) { in TEST_F() argument
Dtypes_test.cpp375 TEST(Types, RemoveDecorations) { in TEST() argument
378 auto decorationless = t->RemoveDecorations(); in TEST()
Dupgrade_memory_model_test.cpp63 TEST_F(UpgradeMemoryModelTest, RemoveDecorations) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcfg_cleanup_test.cpp88 TEST_F(CFGCleanupTest, RemoveDecorations) { in TEST_F() argument
Dtypes_test.cpp375 TEST(Types, RemoveDecorations) { in TEST() argument
378 auto decorationless = t->RemoveDecorations(); in TEST()
Dupgrade_memory_model_test.cpp63 TEST_F(UpgradeMemoryModelTest, RemoveDecorations) { in TEST_F() argument
/third_party/spirv-tools/test/opt/
Dcfg_cleanup_test.cpp88 TEST_F(CFGCleanupTest, RemoveDecorations) { in TEST_F() argument
Dtypes_test.cpp436 TEST(Types, RemoveDecorations) { in TEST() argument
439 auto decorationless = t->RemoveDecorations(); in TEST()
Dupgrade_memory_model_test.cpp63 TEST_F(UpgradeMemoryModelTest, RemoveDecorations) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h143 std::unique_ptr<Type> RemoveDecorations() const;
Dtypes.cpp139 std::unique_ptr<Type> Type::RemoveDecorations() const { in RemoveDecorations() function in spvtools::opt::analysis::Type
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h143 std::unique_ptr<Type> RemoveDecorations() const;
Dtypes.cpp139 std::unique_ptr<Type> Type::RemoveDecorations() const { in RemoveDecorations() function in spvtools::opt::analysis::Type
/third_party/spirv-tools/source/opt/
Dtypes.h147 std::unique_ptr<Type> RemoveDecorations() const;
Dtypes.cpp142 std::unique_ptr<Type> Type::RemoveDecorations() const { in RemoveDecorations() function in spvtools::opt::analysis::Type