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

  /external/chromium_org/third_party/angle/src/compiler/translator/
InitializeVariables.cpp 13 TIntermConstantUnion* constructFloatConstUnionNode(const TType& type)
25 TIntermConstantUnion *node = new TIntermConstantUnion(u, myType);
29 TIntermConstantUnion* constructIndexNode(int index)
35 TIntermConstantUnion *node = new TIntermConstantUnion(u, type);
95 TIntermConstantUnion *indexNode = constructIndexNode(index);
100 TIntermConstantUnion *zeroConst = constructFloatConstUnionNode(varInfo.type);
110 TIntermConstantUnion *zeroConst = constructFloatConstUnionNode(varInfo.type);
UnfoldShortCircuitAST.cpp 18 TIntermConstantUnion *trueNode = new TIntermConstantUnion(
29 TIntermConstantUnion *falseNode = new TIntermConstantUnion(
VersionGLSL.h 40 virtual void visitConstantUnion(TIntermConstantUnion*);
localintermediate.h 38 TIntermConstantUnion* addConstantUnion(ConstantUnion*, const TType&, const TSourceLoc&);
39 TIntermTyped* promoteConstantUnion(TBasicType, TIntermConstantUnion*) ;
LoopInfo.cpp 12 int EvaluateIntConstant(TIntermConstantUnion *node)
34 TIntermConstantUnion *incrementNode = NULL;
106 TIntermConstantUnion* initNode = declInit->getRight()->getAsConstantUnion();
VersionGLSL.cpp 50 void TVersionGLSL::visitConstantUnion(TIntermConstantUnion*)
Intermediate.cpp 225 TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion();
226 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion();
350 TIntermConstantUnion *childTempConstant = 0;
684 TIntermConstantUnion* TIntermediate::addConstantUnion(ConstantUnion* unionArrayPointer, const TType& t, const TSourceLoc& line)
686 TIntermConstantUnion* node = new TIntermConstantUnion(unionArrayPointer, t);
698 TIntermConstantUnion* constIntNode;
    [all...]
OutputGLSLBase.h 36 virtual void visitConstantUnion(TIntermConstantUnion *node);
intermediate.h 208 class TIntermConstantUnion;
235 virtual TIntermConstantUnion* getAsConstantUnion() { return 0; }
425 class TIntermConstantUnion : public TIntermTyped {
427 TIntermConstantUnion(ConstantUnion *unionPointer, const TType& t) : TIntermTyped(t), unionArrayPointer(unionPointer) { }
438 virtual TIntermConstantUnion* getAsConstantUnion() { return this; }
648 virtual void visitConstantUnion(TIntermConstantUnion*) {}
parseConst.cpp 33 void visitConstantUnion(TIntermConstantUnion*);
154 void TConstTraverser::visitConstantUnion(TIntermConstantUnion* node)
IntermTraverse.cpp 31 void TIntermConstantUnion::traverse(TIntermTraverser *it)
intermOut.cpp 30 void visitConstantUnion(TIntermConstantUnion*);
326 void TOutputTraverser::visitConstantUnion(TIntermConstantUnion* node)
OutputHLSL.h 59 void visitConstantUnion(TIntermConstantUnion*);
OutputGLSLBase.cpp 190 void TOutputGLSLBase::visitConstantUnion(TIntermConstantUnion *node)
280 const TIntermConstantUnion *index = node->getRight()->getAsConstantUnion();
299 TIntermConstantUnion *element = (*sit)->getAsConstantUnion();
OutputHLSL.cpp     [all...]
ParseContext.cpp 696 TIntermConstantUnion* constant = expr->getAsConstantUnion();
    [all...]

Completed in 972 milliseconds