HomeSort by relevance Sort by last modified time
    Searched refs:isConstExpr (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
ValidateLimitations.h 58 bool isConstExpr(TIntermNode* node);
ValidateLimitations.cpp 271 if (!isConstExpr(declInit->getRight())) {
326 if (!isConstExpr(binOp->getRight())) {
397 if (!isConstExpr(binOp->getRight())) {
465 bool ValidateLimitations::isConstExpr(TIntermNode* node)

Completed in 106 milliseconds