RetroArch
Public Member Functions | Protected Attributes | List of all members
glslang::TIntermBinary Class Reference

#include <intermediate.h>

Inheritance diagram for glslang::TIntermBinary:
[legend]
Collaboration diagram for glslang::TIntermBinary:
[legend]

Public Member Functions

 TIntermBinary (TOperator o)
 
virtual void traverse (TIntermTraverser *)
 
virtual void setLeft (TIntermTyped *n)
 
virtual void setRight (TIntermTyped *n)
 
virtual TIntermTypedgetLeft () const
 
virtual TIntermTypedgetRight () const
 
virtual TIntermBinarygetAsBinaryNode ()
 
virtual const TIntermBinarygetAsBinaryNode () const
 
virtual void updatePrecision ()
 
- Public Member Functions inherited from glslang::TIntermOperator
virtual TIntermOperatorgetAsOperator ()
 
virtual const TIntermOperatorgetAsOperator () const
 
TOperator getOp () const
 
void setOp (TOperator newOp)
 
bool modifiesState () const
 
bool isConstructor () const
 
bool isTexture () const
 
bool isSampling () const
 
bool isImage () const
 
bool isSparseTexture () const
 
bool isSparseImage () const
 
void setOperationPrecision (TPrecisionQualifier p)
 
TPrecisionQualifier getOperationPrecision () const
 
TString getCompleteString () const
 
void crackTexture (TSampler sampler, TCrackedTextureOp &cracked) const
 
- Public Member Functions inherited from glslang::TIntermTyped
 TIntermTyped (const TType &t)
 
 TIntermTyped (TBasicType basicType)
 
virtual TIntermTypedgetAsTyped ()
 
virtual const TIntermTypedgetAsTyped () const
 
virtual void setType (const TType &t)
 
virtual const TTypegetType () const
 
virtual TTypegetWritableType ()
 
virtual TBasicType getBasicType () const
 
virtual TQualifiergetQualifier ()
 
virtual const TQualifiergetQualifier () const
 
virtual void propagatePrecision (TPrecisionQualifier)
 
virtual int getVectorSize () const
 
virtual int getMatrixCols () const
 
virtual int getMatrixRows () const
 
virtual bool isMatrix () const
 
virtual bool isArray () const
 
virtual bool isVector () const
 
virtual bool isScalar () const
 
virtual bool isStruct () const
 
virtual bool isFloatingDomain () const
 
virtual bool isIntegerDomain () const
 
TString getCompleteString () const
 
- Public Member Functions inherited from TIntermNode
 TIntermNode ()
 
virtual const glslang::TSourceLocgetLoc () const
 
virtual void setLoc (const glslang::TSourceLoc &l)
 
virtual glslang::TIntermConstantUniongetAsConstantUnion ()
 
virtual glslang::TIntermAggregategetAsAggregate ()
 
virtual glslang::TIntermUnarygetAsUnaryNode ()
 
virtual glslang::TIntermSelectiongetAsSelectionNode ()
 
virtual glslang::TIntermSwitchgetAsSwitchNode ()
 
virtual glslang::TIntermMethodgetAsMethodNode ()
 
virtual glslang::TIntermSymbolgetAsSymbolNode ()
 
virtual glslang::TIntermBranchgetAsBranchNode ()
 
virtual glslang::TIntermLoopgetAsLoopNode ()
 
virtual const glslang::TIntermConstantUniongetAsConstantUnion () const
 
virtual const glslang::TIntermAggregategetAsAggregate () const
 
virtual const glslang::TIntermUnarygetAsUnaryNode () const
 
virtual const glslang::TIntermSelectiongetAsSelectionNode () const
 
virtual const glslang::TIntermSwitchgetAsSwitchNode () const
 
virtual const glslang::TIntermMethodgetAsMethodNode () const
 
virtual const glslang::TIntermSymbolgetAsSymbolNode () const
 
virtual const glslang::TIntermBranchgetAsBranchNode () const
 
virtual const glslang::TIntermLoopgetAsLoopNode () const
 
virtual ~TIntermNode ()
 

Protected Attributes

TIntermTypedleft
 
TIntermTypedright
 
- Protected Attributes inherited from glslang::TIntermOperator
TOperator op
 
TPrecisionQualifier operationPrecision
 
- Protected Attributes inherited from glslang::TIntermTyped
TType type
 
- Protected Attributes inherited from TIntermNode
glslang::TSourceLoc loc
 

Additional Inherited Members

- Protected Member Functions inherited from glslang::TIntermOperator
 TIntermOperator (TOperator o)
 
 TIntermOperator (TOperator o, TType &t)
 
- Protected Member Functions inherited from glslang::TIntermTyped
TIntermTypedoperator= (const TIntermTyped &)
 
- Protected Member Functions inherited from TIntermNode
 TIntermNode (const TIntermNode &)
 
TIntermNodeoperator= (const TIntermNode &)
 

Constructor & Destructor Documentation

◆ TIntermBinary()

glslang::TIntermBinary::TIntermBinary ( TOperator  o)
inline

Member Function Documentation

◆ getAsBinaryNode() [1/2]

virtual TIntermBinary* glslang::TIntermBinary::getAsBinaryNode ( )
inlinevirtual

Reimplemented from TIntermNode.

Here is the caller graph for this function:

◆ getAsBinaryNode() [2/2]

virtual const TIntermBinary* glslang::TIntermBinary::getAsBinaryNode ( ) const
inlinevirtual

Reimplemented from TIntermNode.

◆ getLeft()

virtual TIntermTyped* glslang::TIntermBinary::getLeft ( ) const
inlinevirtual
Here is the caller graph for this function:

◆ getRight()

virtual TIntermTyped* glslang::TIntermBinary::getRight ( ) const
inlinevirtual
Here is the caller graph for this function:

◆ setLeft()

virtual void glslang::TIntermBinary::setLeft ( TIntermTyped n)
inlinevirtual
Here is the caller graph for this function:

◆ setRight()

virtual void glslang::TIntermBinary::setRight ( TIntermTyped n)
inlinevirtual
Here is the caller graph for this function:

◆ traverse()

void glslang::TIntermBinary::traverse ( TIntermTraverser it)
virtual

Implements TIntermNode.

Here is the call graph for this function:

◆ updatePrecision()

void glslang::TIntermBinary::updatePrecision ( )
virtual
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ left

TIntermTyped* glslang::TIntermBinary::left
protected

◆ right

TIntermTyped* glslang::TIntermBinary::right
protected

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