Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp3244 TIntermBinary *binaryTerminal = node->getExpression()->getAsBinaryNode(); in handleExcessiveLoop() local
3247 if (binaryTerminal) in handleExcessiveLoop()
3249 TOperator op = binaryTerminal->getOp(); in handleExcessiveLoop()
3250 TIntermConstantUnion *constant = binaryTerminal->getRight()->getAsConstantUnion(); in handleExcessiveLoop()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DParseHelper.cpp5755 TIntermBinary* binaryTerminal = loop->getTerminal()->getAsBinaryNode(); in inductiveLoopCheck() local
5756 if (unaryTerminal || binaryTerminal) { in inductiveLoopCheck()
5768 if (binaryTerminal && (! binaryTerminal->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()
5769 binaryTerminal->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()
5770 ! binaryTerminal->getRight()->getAsConstantUnion())) in inductiveLoopCheck()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp5480 TIntermBinary* binaryTerminal = loop->getTerminal()->getAsBinaryNode(); in inductiveLoopCheck() local
5481 if (unaryTerminal || binaryTerminal) { in inductiveLoopCheck()
5493 if (binaryTerminal && (! binaryTerminal->getLeft()->getAsSymbolNode() || in inductiveLoopCheck()
5494 binaryTerminal->getLeft()->getAsSymbolNode()->getId() != loopIndex || in inductiveLoopCheck()
5495 ! binaryTerminal->getRight()->getAsConstantUnion())) in inductiveLoopCheck()