Searched defs:trueBlock (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp658 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc &line) argument
660 if (trueBlock->getType() != falseBlock->getType())
669 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
671 return trueBlock;
679 TIntermSelection* node = new TIntermSelection(cond, trueBlock, falseBlock, trueBlock->getType());
H A DOutputASM.cpp1548 TIntermNode *trueBlock = node->getTrueBlock(); local
1562 trueBlock->traverse(this);
1563 copy(node, trueBlock);
1573 trueBlock->traverse(this);
1575 emit(sw::Shader::OPCODE_SELECT, node, condition, trueBlock, falseBlock);
1581 if(trueBlock)
1583 trueBlock->traverse(this);
1584 copy(node, trueBlock);
1605 if(trueBlock)
1607 trueBlock
2713 TIntermNode *trueBlock = selection->getTrueBlock(); local
[all...]
H A DParseHelper.cpp3766 TIntermTyped *TParseContext::addTernarySelection(TIntermTyped *cond, TIntermTyped *trueBlock, TIntermTyped *falseBlock, const TSourceLoc &loc) argument
3771 if(trueBlock->getType() != falseBlock->getType())
3773 binaryOpError(loc, ":", trueBlock->getCompleteString(), falseBlock->getCompleteString());
3780 if(trueBlock->isArray() || trueBlock->getBasicType() == EbtStruct)
3786 return intermediate.addSelection(cond, trueBlock, falseBlock, loc);
H A Dintermediate.h613 TIntermTyped(TType(EbtVoid, EbpUndefined)), condition(cond), trueBlock(trueB), falseBlock(falseB) {}
615 TIntermTyped(type), condition(cond), trueBlock(trueB), falseBlock(falseB)
624 TIntermNode* getTrueBlock() const { return trueBlock; }
630 TIntermNode* trueBlock; member in class:TIntermSelection
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 163 milliseconds