Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/
Dscope_stack.h28 class ScopeStack {
31 ScopeStack() { in ScopeStack() function
36 ScopeStack(const ScopeStack&) = default;
37 ~ScopeStack() = default;
Dscope_stack_test.cc25 ScopeStack<uint32_t> s; in TEST_F()
47 ScopeStack<uint32_t> s; in TEST_F()
53 ScopeStack<uint32_t> s; in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h602 ScopeStack<uint32_t> scope_stack_;
/third_party/skia/third_party/externals/tint/src/resolver/
Ddependency_graph.cc462 ScopeStack<const ast::Node*> scope_stack_;