RetroArch
Public Member Functions | Private Attributes | List of all members
glslang::TVarSetTraverser Class Reference
Inheritance diagram for glslang::TVarSetTraverser:
[legend]
Collaboration diagram for glslang::TVarSetTraverser:
[legend]

Public Member Functions

 TVarSetTraverser (const TIntermediate &i, const TVarLiveMap &inList, const TVarLiveMap &outList, const TVarLiveMap &uniformList)
 
virtual void visitSymbol (TIntermSymbol *base)
 
- Public Member Functions inherited from glslang::TLiveTraverser
 TLiveTraverser (const TIntermediate &i, bool traverseAll=false, bool preVisit=true, bool inVisit=false, bool postVisit=false)
 
void pushFunction (const TString &name)
 
- Public Member Functions inherited from glslang::TIntermTraverser
 TIntermTraverser (bool preVisit=true, bool inVisit=false, bool postVisit=false, bool rightToLeft=false)
 
virtual ~TIntermTraverser ()
 
virtual void visitConstantUnion (TIntermConstantUnion *)
 
virtual bool visitBinary (TVisit, TIntermBinary *)
 
virtual bool visitUnary (TVisit, TIntermUnary *)
 
virtual bool visitLoop (TVisit, TIntermLoop *)
 
virtual bool visitBranch (TVisit, TIntermBranch *)
 
virtual bool visitSwitch (TVisit, TIntermSwitch *)
 
int getMaxDepth () const
 
void incrementDepth (TIntermNode *current)
 
void decrementDepth ()
 
TIntermNodegetParentNode ()
 

Private Attributes

const TVarLiveMapinputList
 
const TVarLiveMapoutputList
 
const TVarLiveMapuniformList
 

Additional Inherited Members

- Public Types inherited from glslang::TLiveTraverser
typedef std::list< TIntermAggregate * > TFunctionStack
 
- Public Attributes inherited from glslang::TLiveTraverser
TFunctionStack functions
 
- Public Attributes inherited from glslang::TIntermTraverser
const bool preVisit
 
const bool inVisit
 
const bool postVisit
 
const bool rightToLeft
 
- Protected Types inherited from glslang::TLiveTraverser
typedef std::unordered_set< TStringTLiveFunctions
 
- Protected Member Functions inherited from glslang::TLiveTraverser
virtual bool visitAggregate (TVisit, TIntermAggregate *node)
 
virtual bool visitSelection (TVisit, TIntermSelection *node)
 
void addFunctionCall (TIntermAggregate *call)
 
- Protected Member Functions inherited from glslang::TIntermTraverser
TIntermTraverseroperator= (TIntermTraverser &)
 
- Protected Attributes inherited from glslang::TLiveTraverser
const TIntermediateintermediate
 
TLiveFunctions liveFunctions
 
bool traverseAll
 
- Protected Attributes inherited from glslang::TIntermTraverser
int depth
 
int maxDepth
 
TVector< TIntermNode * > path
 

Constructor & Destructor Documentation

◆ TVarSetTraverser()

glslang::TVarSetTraverser::TVarSetTraverser ( const TIntermediate i,
const TVarLiveMap inList,
const TVarLiveMap outList,
const TVarLiveMap uniformList 
)
inline

Member Function Documentation

◆ visitSymbol()

virtual void glslang::TVarSetTraverser::visitSymbol ( TIntermSymbol base)
inlinevirtual

Reimplemented from glslang::TIntermTraverser.

Here is the call graph for this function:

Member Data Documentation

◆ inputList

const TVarLiveMap& glslang::TVarSetTraverser::inputList
private

◆ outputList

const TVarLiveMap& glslang::TVarSetTraverser::outputList
private

◆ uniformList

const TVarLiveMap& glslang::TVarSetTraverser::uniformList
private

The documentation for this class was generated from the following file: