Home
last modified time | relevance | path

Searched refs:binaryTerminal (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/hlsl/
DOutputHLSL.cpp3267 TIntermBinary *binaryTerminal = node->getExpression()->getAsBinaryNode(); in handleExcessiveLoop() local
3270 if (binaryTerminal) in handleExcessiveLoop()
3272 TOperator op = binaryTerminal->getOp(); in handleExcessiveLoop()
3273 TIntermConstantUnion *constant = binaryTerminal->getRight()->getAsConstantUnion(); in handleExcessiveLoop()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp5447 TIntermBinary* binaryTerminal = loop->getTerminal()->getAsBinaryNode(); in inductiveLoopCheck() local
5448 if (unaryTerminal || binaryTerminal) { in inductiveLoopCheck()
5460 if (binaryTerminal && (! binaryTerminal->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()
5461 binaryTerminal->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()
5462 ! binaryTerminal->getRight()->getAsConstantUnion())) in inductiveLoopCheck()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp5430 TIntermBinary* binaryTerminal = loop->getTerminal()->getAsBinaryNode(); in inductiveLoopCheck() local
5431 if (unaryTerminal || binaryTerminal) { in inductiveLoopCheck()
5443 if (binaryTerminal && (! binaryTerminal->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()
5444 binaryTerminal->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()
5445 ! binaryTerminal->getRight()->getAsConstantUnion())) in inductiveLoopCheck()