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

/external/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp661 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc &line) argument
663 if (trueBlock->getType() != falseBlock->getType())
672 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
674 return trueBlock;
682 TIntermSelection* node = new TIntermSelection(cond, trueBlock, falseBlock, trueBlock->getType());
H A DOutputASM.cpp1728 TIntermNode *trueBlock = node->getTrueBlock(); local
1742 trueBlock->traverse(this);
1743 copy(node, trueBlock);
1753 trueBlock->traverse(this);
1755 emit(sw::Shader::OPCODE_SELECT, node, condition, trueBlock, falseBlock);
1761 if(trueBlock)
1763 trueBlock->traverse(this);
1764 copy(node, trueBlock);
1785 if(trueBlock)
1787 trueBlock
2992 TIntermNode *trueBlock = selection->getTrueBlock(); local
[all...]
H A DParseHelper.cpp3675 TIntermTyped *TParseContext::addTernarySelection(TIntermTyped *cond, TIntermTyped *trueBlock, TIntermTyped *falseBlock, const TSourceLoc &loc) argument
3680 if(trueBlock->getType() != falseBlock->getType())
3682 binaryOpError(loc, ":", trueBlock->getCompleteString(), falseBlock->getCompleteString());
3689 if(trueBlock->isArray() || trueBlock->getBasicType() == EbtStruct)
3695 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 397 milliseconds