OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIntermConstantUnion
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
RemoveTree.cpp
23
void visitConstantUnion(
TIntermConstantUnion
*);
63
void RemoveTree::visitConstantUnion(
TIntermConstantUnion
* node)
ForLoopUnroll.h
47
int evaluateIntConstant(
TIntermConstantUnion
* node);
UnfoldShortCircuitAST.cpp
18
TIntermConstantUnion
*trueNode = new
TIntermConstantUnion
(
29
TIntermConstantUnion
*falseNode = new
TIntermConstantUnion
(
VersionGLSL.h
40
virtual void visitConstantUnion(
TIntermConstantUnion
*);
InitializeGLPosition.cpp
58
TIntermConstantUnion
*right = new
TIntermConstantUnion
(
localintermediate.h
40
TIntermConstantUnion
* addConstantUnion(ConstantUnion*, const TType&, const TSourceLoc&);
41
TIntermTyped* promoteConstantUnion(TBasicType,
TIntermConstantUnion
*) ;
OutputGLSLBase.h
35
virtual void visitConstantUnion(
TIntermConstantUnion
* node);
VersionGLSL.cpp
50
void TVersionGLSL::visitConstantUnion(
TIntermConstantUnion
*)
intermediate.h
196
class
TIntermConstantUnion
;
222
virtual
TIntermConstantUnion
* getAsConstantUnion() { return 0; }
379
class
TIntermConstantUnion
: public TIntermTyped {
381
TIntermConstantUnion
(ConstantUnion *unionPointer, const TType& t) : TIntermTyped(t), unionArrayPointer(unionPointer) { }
391
virtual
TIntermConstantUnion
* getAsConstantUnion() { return this; }
590
virtual void visitConstantUnion(
TIntermConstantUnion
*) {}
Intermediate.cpp
216
TIntermConstantUnion
*leftTempConstant = left->getAsConstantUnion();
217
TIntermConstantUnion
*rightTempConstant = right->getAsConstantUnion();
339
TIntermConstantUnion
*childTempConstant = 0;
658
TIntermConstantUnion
* TIntermediate::addConstantUnion(ConstantUnion* unionArrayPointer, const TType& t, const TSourceLoc& line)
660
TIntermConstantUnion
* node = new
TIntermConstantUnion
(unionArrayPointer, t);
672
TIntermConstantUnion
* constIntNode;
[
all
...]
ForLoopUnroll.cpp
62
TIntermConstantUnion
* initNode = declInit->getRight()->getAsConstantUnion();
172
TIntermConstantUnion
* incrementNode = NULL;
210
int ForLoopUnroll::evaluateIntConstant(
TIntermConstantUnion
* node)
parseConst.cpp
33
void visitConstantUnion(
TIntermConstantUnion
*);
152
void TConstTraverser::visitConstantUnion(
TIntermConstantUnion
* node)
IntermTraverse.cpp
31
void
TIntermConstantUnion
::traverse(TIntermTraverser *it)
OutputHLSL.h
50
void visitConstantUnion(
TIntermConstantUnion
*);
intermOut.cpp
29
void visitConstantUnion(
TIntermConstantUnion
*);
315
void TOutputTraverser::visitConstantUnion(
TIntermConstantUnion
* node)
OutputGLSLBase.cpp
171
void TOutputGLSLBase::visitConstantUnion(
TIntermConstantUnion
* node)
255
const
TIntermConstantUnion
* index = node->getRight()->getAsConstantUnion();
274
TIntermConstantUnion
* element = (*sit)->getAsConstantUnion();
ParseContext.cpp
678
TIntermConstantUnion
* constant = expr->getAsConstantUnion();
[
all
...]
OutputHLSL.cpp
[
all
...]
Completed in 46 milliseconds