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

  /external/chromium_org/third_party/angle/src/compiler/translator/
Intermediate.cpp 105 TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion();
106 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion();
211 if (child->getAsConstantUnion())
212 childTempConstant = child->getAsConstantUnion();
344 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion())
346 if (cond->getAsConstantUnion()->getBConst(0) == true)
404 if (cond->getAsConstantUnion() &&
405 trueBlock->getAsConstantUnion() &&
406 falseBlock->getAsConstantUnion())
408 if (cond->getAsConstantUnion()->getBConst(0)
    [all...]
LoopInfo.cpp 43 incrementNode = binOp->getRight()->getAsConstantUnion();
106 TIntermConstantUnion* initNode = declInit->getRight()->getAsConstantUnion();
113 binOp->getRight()->getAsConstantUnion());
ParseContext.cpp 292 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0);
696 TIntermConstantUnion* constant = expr->getAsConstantUnion();
    [all...]
parseConst.cpp 119 (*node->getSequence())[0]->getAsTyped()->getAsConstantUnion();
OutputHLSL.cpp     [all...]
IntermNode.h 225 virtual TIntermConstantUnion *getAsConstantUnion() { return 0; }
454 virtual TIntermConstantUnion *getAsConstantUnion() { return this; }
ValidateLimitations.cpp 518 return node->getAsConstantUnion() != NULL;
VariableInfo.cpp 407 TIntermConstantUnion *constantUnion = binaryNode->getRight()->getAsConstantUnion();
OutputGLSLBase.cpp 285 const TIntermConstantUnion *index = node->getRight()->getAsConstantUnion();
304 TIntermConstantUnion *element = (*sit)->getAsConstantUnion();
IntermNode.cpp 646 TIntermConstantUnion *node = constantNode->getAsConstantUnion();
    [all...]

Completed in 98 milliseconds