Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/resolver/
Dptr_ref_test.cc89 auto* uniform_ptr = in TEST_F() local
97 uniform_ptr, storage_ptr); in TEST_F()
107 ASSERT_TRUE(TypeOf(uniform_ptr)->Is<sem::Pointer>()) in TEST_F()
108 << "uniform_ptr is " << TypeOf(uniform_ptr)->TypeInfo().name; in TEST_F()
118 EXPECT_EQ(TypeOf(uniform_ptr)->As<sem::Pointer>()->Access(), in TEST_F()