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

#include <intermediate.h>

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

Public Member Functions

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 void traverse (glslang::TIntermTraverser *)=0
 
virtual glslang::TIntermConstantUniongetAsConstantUnion ()
 
virtual glslang::TIntermAggregategetAsAggregate ()
 
virtual glslang::TIntermUnarygetAsUnaryNode ()
 
virtual glslang::TIntermBinarygetAsBinaryNode ()
 
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::TIntermBinarygetAsBinaryNode () 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 Member Functions

 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 &)
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ TIntermOperator() [1/2]

glslang::TIntermOperator::TIntermOperator ( TOperator  o)
inlineprotected

◆ TIntermOperator() [2/2]

glslang::TIntermOperator::TIntermOperator ( TOperator  o,
TType t 
)
inlineprotected

Member Function Documentation

◆ crackTexture()

void glslang::TIntermOperator::crackTexture ( TSampler  sampler,
TCrackedTextureOp cracked 
) const
inline

◆ getAsOperator() [1/2]

virtual TIntermOperator* glslang::TIntermOperator::getAsOperator ( )
inlinevirtual

Reimplemented from TIntermNode.

◆ getAsOperator() [2/2]

virtual const TIntermOperator* glslang::TIntermOperator::getAsOperator ( ) const
inlinevirtual

Reimplemented from TIntermNode.

◆ getCompleteString()

TString glslang::TIntermOperator::getCompleteString ( ) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getOp()

TOperator glslang::TIntermOperator::getOp ( ) const
inline
Here is the caller graph for this function:

◆ getOperationPrecision()

TPrecisionQualifier glslang::TIntermOperator::getOperationPrecision ( ) const
inline
Here is the caller graph for this function:

◆ isConstructor()

bool glslang::TIntermOperator::isConstructor ( ) const
Here is the caller graph for this function:

◆ isImage()

bool glslang::TIntermOperator::isImage ( ) const
inline

◆ isSampling()

bool glslang::TIntermOperator::isSampling ( ) const
inline

◆ isSparseImage()

bool glslang::TIntermOperator::isSparseImage ( ) const
inline

◆ isSparseTexture()

bool glslang::TIntermOperator::isSparseTexture ( ) const
inline

◆ isTexture()

bool glslang::TIntermOperator::isTexture ( ) const
inline

◆ modifiesState()

bool glslang::TIntermOperator::modifiesState ( ) const
Here is the caller graph for this function:

◆ setOp()

void glslang::TIntermOperator::setOp ( TOperator  newOp)
inline
Here is the caller graph for this function:

◆ setOperationPrecision()

void glslang::TIntermOperator::setOperationPrecision ( TPrecisionQualifier  p)
inline
Here is the caller graph for this function:

Member Data Documentation

◆ op

TOperator glslang::TIntermOperator::op
protected

◆ operationPrecision

TPrecisionQualifier glslang::TIntermOperator::operationPrecision
protected

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