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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
RemoveTree.cpp 23 void visitConstantUnion(TIntermConstantUnion*);
63 void RemoveTree::visitConstantUnion(TIntermConstantUnion* node)
VersionGLSL.h 34 virtual void visitConstantUnion(TIntermConstantUnion*);
VariableInfo.h 26 virtual void visitConstantUnion(TIntermConstantUnion*);
OutputGLSL.h 28 virtual void visitConstantUnion(TIntermConstantUnion* node);
localintermediate.h 40 TIntermConstantUnion* addConstantUnion(ConstantUnion*, const TType&, TSourceLoc);
41 TIntermTyped* promoteConstantUnion(TBasicType, TIntermConstantUnion*) ;
intermediate.h 193 class TIntermConstantUnion;
214 virtual TIntermConstantUnion* getAsConstantUnion() { return 0; }
342 class TIntermConstantUnion : public TIntermTyped {
344 TIntermConstantUnion(ConstantUnion *unionPointer, const TType& t) : TIntermTyped(t), unionArrayPointer(unionPointer) { }
349 virtual TIntermConstantUnion* getAsConstantUnion() { return this; }
509 virtual void visitConstantUnion(TIntermConstantUnion*) {}
ValidateLimitations.h 28 virtual void visitConstantUnion(TIntermConstantUnion*);
VersionGLSL.cpp 43 void TVersionGLSL::visitConstantUnion(TIntermConstantUnion*)
Intermediate.cpp 215 TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion();
216 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion();
342 TIntermConstantUnion *childTempConstant = 0;
670 TIntermConstantUnion* TIntermediate::addConstantUnion(ConstantUnion* unionArrayPointer, const TType& t, TSourceLoc line)
672 TIntermConstantUnion* node = new TIntermConstantUnion(unionArrayPointer, t);
684 TIntermConstantUnion* constIntNode;
1083 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink)
1089 TIntermConstantUnion *node = constantNode->getAsConstantUnion();
    [all...]
OutputHLSL.h 41 void visitConstantUnion(TIntermConstantUnion*);
parseConst.cpp 33 void visitConstantUnion(TIntermConstantUnion*);
152 void TConstTraverser::visitConstantUnion(TIntermConstantUnion* node)
IntermTraverse.cpp 31 void TIntermConstantUnion::traverse(TIntermTraverser* it)
VariableInfo.cpp 143 void CollectAttribsUniforms::visitConstantUnion(TIntermConstantUnion*)
ValidateLimitations.cpp 45 virtual void visitConstantUnion(TIntermConstantUnion*) {}
71 void ValidateLimitations::visitConstantUnion(TIntermConstantUnion*)
intermOut.cpp 29 void visitConstantUnion(TIntermConstantUnion*);
308 void TOutputTraverser::visitConstantUnion(TIntermConstantUnion* node)
ParseHelper.cpp 688 TIntermConstantUnion* constant = expr->getAsConstantUnion();
    [all...]
OutputHLSL.cpp 752 TIntermConstantUnion *element = (*sit)->getAsConstantUnion();
    [all...]
OutputGLSL.cpp 204 void TOutputGLSL::visitConstantUnion(TIntermConstantUnion* node)
257 TIntermConstantUnion* element = (*sit)->getAsConstantUnion();

Completed in 48 milliseconds