HomeSort by relevance Sort by last modified time
    Searched refs:getAsConstantUnion (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
LoopInfo.cpp 43 incrementNode = binOp->getRight()->getAsConstantUnion();
106 TIntermConstantUnion* initNode = declInit->getRight()->getAsConstantUnion();
113 binOp->getRight()->getAsConstantUnion());
Intermediate.cpp 225 TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion();
226 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion();
351 if (child->getAsConstantUnion())
352 childTempConstant = child->getAsConstantUnion();
480 if (node->getAsConstantUnion()) {
482 return (promoteConstantUnion(promoteTo, node->getAsConstantUnion()));
607 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) {
608 if (cond->getAsConstantUnion()->getBConst(0) == true)
661 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion())
    [all...]
ParseContext.cpp 292 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0);
696 TIntermConstantUnion* constant = expr->getAsConstantUnion();
    [all...]
parseConst.cpp 113 bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstantUnion();
intermediate.h 235 virtual TIntermConstantUnion* getAsConstantUnion() { return 0; }
438 virtual TIntermConstantUnion* getAsConstantUnion() { return this; }
ValidateLimitations.cpp 431 return node->getAsConstantUnion() != NULL;
OutputHLSL.cpp     [all...]
OutputGLSLBase.cpp 280 const TIntermConstantUnion *index = node->getRight()->getAsConstantUnion();
299 TIntermConstantUnion *element = (*sit)->getAsConstantUnion();

Completed in 105 milliseconds