Searched refs:isConstIndexExpr (Results 1 – 2 of 2) sorted by relevance
51 bool isConstIndexExpr(TIntermNode* node);
478 bool ValidateLimitations::isConstIndexExpr(TIntermNode* node) in isConstIndexExpr() function in ValidateLimitations506 if (!skip && !isConstIndexExpr(index)) { in validateIndexing()