Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp23 bool ContainsMatrixNode(const TIntermSequence &sequence) in ContainsMatrixNode() function
154 if (node->getType().isVector() && ContainsMatrixNode(*(node->getSequence()))) in match()