Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/transform/
Dsingle_entry_point.cc96 if (sem.Get(func)->HasAncestorEntryPoint(entry_point->symbol)) { in Run()
/third_party/skia/third_party/externals/tint/src/sem/
Dfunction.h234 bool HasAncestorEntryPoint(Symbol sym) const;
Dfunction.cc142 bool Function::HasAncestorEntryPoint(Symbol symbol) const { in HasAncestorEntryPoint() function in tint::sem::Function