Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.h59 bool isConstIndexExpr(TIntermNode* node);
DValidateLimitations.cpp471 bool ValidateLimitations::isConstIndexExpr(TIntermNode* node) in isConstIndexExpr() function in ValidateLimitations
499 if (!skip && !isConstIndexExpr(index)) { in validateIndexing()