Searched refs:getAncestorNode (Results 1 – 5 of 5) sorted by relevance
188 TIntermNode *accessor = getAncestorNode(0); in visitSymbol()232 TIntermNode *accessor = getAncestorNode(0); in visitSymbol()300 TIntermNode *accessor = getAncestorNode(0); in visitBinary()320 TIntermNode *accessor = getAncestorNode(0); in visitBinary()
23 while (TIntermNode *ancestor = getAncestorNode(height)) in discoverEnclosingFunction()
884 while (IsIndexNode(getAncestorNode(accessorIndex), previousAncestor)) in transformExpression()886 TIntermTyped *ancestor = getAncestorNode(accessorIndex)->getAsTyped(); in transformExpression()960 accessorIndex == 0 ? symbol : getAncestorNode(accessorIndex - 1); in transformExpression()961 TIntermNode *accessor = getAncestorNode(accessorIndex); in transformExpression()983 accessor = getAncestorNode(accessorIndex + 1); in transformExpression()1126 TIntermNode *accessorParent = getAncestorNode(accessorIndex + 1); in transformExpression()
143 TIntermNode *getAncestorNode(unsigned int n) const in getAncestorNode() function
206 for (unsigned int n = 0u; getAncestorNode(n) != nullptr; ++n) in needStructMapping()208 TIntermNode *ancestor = getAncestorNode(n); in needStructMapping()1388 for (unsigned int n = 0u; getAncestorNode(n) != nullptr; ++n) in ancestorEvaluatesToSamplerInStruct()1390 TIntermNode *ancestor = getAncestorNode(n); in ancestorEvaluatesToSamplerInStruct()