Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DValidateLimitations.h51 bool isConstIndexExpr(TIntermNode* node);
DValidateLimitations.cpp478 bool ValidateLimitations::isConstIndexExpr(TIntermNode* node) in isConstIndexExpr() function in ValidateLimitations
506 if (!skip && !isConstIndexExpr(index)) { in validateIndexing()