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