Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/ast/
Daccess.h35 kLastValid = kReadWrite, enumerator
/third_party/skia/third_party/externals/tint/src/transform/
Dbinding_remapper.cc116 if (ac > ast::Access::kLastValid) { in Run()