Searched refs:operandNode (Results 1 – 6 of 6) sorted by relevance
154 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local156 orNode.fLeftChild = operandNode; in doParseActions()157 operandNode.fParent = orNode; in doParseActions()169 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local171 catNode.fLeftChild = operandNode; in doParseActions()172 operandNode.fParent = catNode; in doParseActions()339 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local341 plusNode.fLeftChild = operandNode; in doParseActions()342 operandNode.fParent = plusNode; in doParseActions()347 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local[all …]
155 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local157 orNode.fLeftChild = operandNode; in doParseActions()158 operandNode.fParent = orNode; in doParseActions()170 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local172 catNode.fLeftChild = operandNode; in doParseActions()173 operandNode.fParent = catNode; in doParseActions()340 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local342 plusNode.fLeftChild = operandNode; in doParseActions()343 operandNode.fParent = plusNode; in doParseActions()348 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local[all …]
223 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local228 orNode->fLeftChild = operandNode; in doParseActions()229 operandNode->fParent = orNode; in doParseActions()240 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local245 catNode->fLeftChild = operandNode; in doParseActions()246 operandNode->fParent = catNode; in doParseActions()428 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local433 plusNode->fLeftChild = operandNode; in doParseActions()434 operandNode->fParent = plusNode; in doParseActions()440 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local[all …]
2011 TIntermNode &operandNode = *aggregateNode->getChildNode(0); in visitAggregate() local2015 groupedTraverse(operandNode); in visitAggregate()2020 groupedTraverse(operandNode); in visitAggregate()
2438 TIntermNode *operandNode; in visitUnary() local2440 operandNode = node->getOperand()->getAsBinaryNode()->getLeft(); in visitUnary()2442 operandNode = node->getOperand(); in visitUnary()2444 operandNode->traverse(this); in visitUnary()2464 …(node->getOp() == glslang::EOpSpirvInst && operandNode->getAsTyped()->getQualifier().isSpirvByRefe… in visitUnary()2467 lvalueCoherentFlags |= TranslateCoherent(operandNode->getAsTyped()->getType()); in visitUnary()2468 } else if (operandNode->getAsTyped()->getQualifier().isSpirvLiteral()) { in visitUnary()2498 if (operandNode->getAsTyped()->getQualifier().isSpirvLiteral()) { in visitUnary()2502 constants.push_back(operandNode->getAsConstantUnion()); in visitUnary()
2287 TIntermNode *operandNode; in visitUnary() local2289 operandNode = node->getOperand()->getAsBinaryNode()->getLeft(); in visitUnary()2291 operandNode = node->getOperand(); in visitUnary()2293 operandNode->traverse(this); in visitUnary()2314 lvalueCoherentFlags |= TranslateCoherent(operandNode->getAsTyped()->getType()); in visitUnary()