Home
last modified time | relevance | path

Searched refs:IsStorageReadTexture (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dusage_test.cc38 EXPECT_FALSE(u.IsStorageReadTexture()); in TEST_F()
91 EXPECT_TRUE(a.IsStorageReadTexture()); in TEST_F()
112 EXPECT_FALSE(u.IsStorageReadTexture()); in TEST_F()
137 EXPECT_FALSE(u.IsStorageReadTexture()); in TEST_F()
161 EXPECT_FALSE(u.IsStorageReadTexture()); in TEST_F()
185 EXPECT_FALSE(u.IsStorageReadTexture()); in TEST_F()
209 EXPECT_FALSE(u.IsStorageReadTexture()); in TEST_F()
233 EXPECT_FALSE(u.IsStorageReadTexture()); in TEST_F()
257 EXPECT_TRUE(u.IsStorageReadTexture()); in TEST_F()
281 EXPECT_FALSE(u.IsStorageReadTexture()); in TEST_F()
[all...]
H A Dusage.h68 bool IsStorageReadTexture() const { return is_storage_read_; } in IsStorageReadTexture() function in tint::reader::spirv::Usage
H A Dparser_impl.cc2508 if (usage.IsSampledTexture() || usage.IsStorageReadTexture() || in GetTypeForHandleVar()

Completed in 5 milliseconds