zenilib
0.5.3.0
|
#include <RestrictVertexShaderTiming.h>
Inherits TIntermTraverser.
Public Member Functions | |
RestrictVertexShaderTiming (TInfoSinkBase &sink) | |
void | enforceRestrictions (TIntermNode *root) |
int | numErrors () |
virtual void | visitSymbol (TIntermSymbol *) |
![]() | |
TIntermTraverser (bool preVisit=true, bool inVisit=false, bool postVisit=false, bool rightToLeft=false) | |
virtual | ~TIntermTraverser () |
void | decrementDepth () |
int | getMaxDepth () const |
void | incrementDepth () |
POOL_ALLOCATOR_NEW_DELETE () | |
virtual bool | visitAggregate (Visit visit, TIntermAggregate *) |
virtual bool | visitBinary (Visit visit, TIntermBinary *) |
virtual bool | visitBranch (Visit visit, TIntermBranch *) |
virtual void | visitConstantUnion (TIntermConstantUnion *) |
virtual bool | visitLoop (Visit visit, TIntermLoop *) |
virtual bool | visitSelection (Visit visit, TIntermSelection *) |
virtual bool | visitUnary (Visit visit, TIntermUnary *) |
Additional Inherited Members | |
![]() | |
static TString | hash (const TString &name, ShHashFunction64 hashFunction) |
![]() | |
const bool | inVisit |
const bool | postVisit |
const bool | preVisit |
const bool | rightToLeft |
![]() | |
int | depth |
int | maxDepth |
Definition at line 17 of file RestrictVertexShaderTiming.h.
|
inline |
Definition at line 19 of file RestrictVertexShaderTiming.h.
|
inline |
Definition at line 24 of file RestrictVertexShaderTiming.h.
References TIntermNode::traverse().
Referenced by TCompiler::enforceVertexShaderTimingRestrictions().
|
inline |
Definition at line 25 of file RestrictVertexShaderTiming.h.
Referenced by TCompiler::enforceVertexShaderTimingRestrictions().
|
virtual |
Reimplemented from TIntermTraverser.
Definition at line 9 of file RestrictVertexShaderTiming.cpp.
References EPrefixError, TIntermTyped::getBasicType(), TIntermNode::getLine(), IsSampler(), and TInfoSinkBase::message().