Home
last modified time | relevance | path

Searched refs:getAsBinaryNode (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DValidateLimitations.cpp216 TIntermBinary* declInit = declSeq[0]->getAsBinaryNode(); in validateForLoopInit()
257 TIntermBinary* binOp = cond->getAsBinaryNode(); in validateForLoopCond()
318 TIntermBinary* binOp = unOp ? NULL : expr->getAsBinaryNode(); in validateForLoopExpr()
Dintermediate.h216 virtual TIntermBinary* getAsBinaryNode() { return 0; } in getAsBinaryNode() function
382 virtual TIntermBinary* getAsBinaryNode() { return this; } in getAsBinaryNode() function
DOutputHLSL.cpp1581 TIntermBinary *assign = variable->getAsBinaryNode(); in handleExcessiveLoop()
1604 TIntermBinary *test = node->getCondition()->getAsBinaryNode(); in handleExcessiveLoop()
1624 TIntermBinary *binaryTerminal = node->getExpression()->getAsBinaryNode(); in handleExcessiveLoop()
DParseHelper.cpp290 TIntermBinary* binaryNode = node->getAsBinaryNode(); in lValueErrorCheck()