#include <CeresEngine/Material/ShaderCompiler/AST/AST.hpp>
|
| enum | : UInt32 { canInlineIntrinsicWrapper = (1u << ( 0 ))
, isWrapperCall = (1u << ( 1 ))
} |
| |
| enum | : UInt32 { wasConverted = (1u << ( 0 ))
} |
| |
| enum class | Types {
Program
, CodeBlock
, Attribute
, SwitchCase
,
SamplerValue
, Register
, PackOffset
, ArrayDimension
,
TypeSpecifier
, VarDeclaration
, BufferDeclaration
, SamplerDeclaration
,
StructDeclaration
, AliasDeclaration
, FunctionDeclaration
, UniformBufferDeclaration
,
VarDeclarationStatement
, BufferDeclarationStatement
, SamplerDeclarationStatement
, AliasDeclarationStatement
,
BasicDeclarationStatement
, NullStatement
, CodeBlockStatement
, ForLoopStatement
,
WhileLoopStatement
, DoWhileLoopStatement
, IfStatement
, ElseStatement
,
SwitchStatement
, ExpressionStatement
, ReturnStatement
, CtrlTransferStatement
,
LayoutStatement
, NullExpression
, SequenceExpression
, LiteralExpression
,
TypeSpecifierExpression
, TernaryExpression
, BinaryExpression
, UnaryExpression
,
PostUnaryExpression
, CallExpression
, BracketExpression
, ObjectExpression
,
AssignExpression
, ArrayExpression
, CastExpression
, InitializerExpression
} |
| |
| enum | : UInt32 { isReachable = (1u << ( 30 ))
, isDeadCode = (1u << ( 29 ))
, isBuiltin = (1u << ( 28 ))
} |
| |
◆ anonymous enum
| Enumerator |
|---|
| canInlineIntrinsicWrapper | |
| isWrapperCall | |
◆ CallExpression() [1/2]
◆ CallExpression() [2/2]
| CeresEngine::ShaderCompiler::CallExpression::CallExpression |
( |
const SourceArea & |
astArea | ) |
|
|
inlineexplicit |
◆ deriveTypeDenoter()
◆ fetchSemantic()
| IndexedSemantic CeresEngine::ShaderCompiler::CallExpression::fetchSemantic |
( |
| ) |
const |
|
overridevirtual |
◆ find()
◆ forEachArgumentWithParameterType()
◆ forEachOutputArgument()
◆ getFunctionDeclaration()
| FunctionDeclaration * CeresEngine::ShaderCompiler::CallExpression::getFunctionDeclaration |
( |
| ) |
const |
◆ getFunctionImpl()
◆ getMemberFuncObjectExpression()
| Expression * CeresEngine::ShaderCompiler::CallExpression::getMemberFuncObjectExpression |
( |
| ) |
const |
◆ getType()
| Types CeresEngine::ShaderCompiler::CallExpression::getType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ mergeArguments()
◆ popPrefixFromArguments()
| bool CeresEngine::ShaderCompiler::CallExpression::popPrefixFromArguments |
( |
| ) |
|
◆ pushArgumentFront()
◆ pushPrefixToArguments()
| bool CeresEngine::ShaderCompiler::CallExpression::pushPrefixToArguments |
( |
| ) |
|
◆ visit()
◆ arguments
◆ classType
◆ defaultParamRefs
◆ funcDeclarationRef
◆ ident
| String CeresEngine::ShaderCompiler::CallExpression::ident |
◆ intrinsic
◆ isStatic
| bool CeresEngine::ShaderCompiler::CallExpression::isStatic = false |
◆ prefixExpression
| ExpressionPtr CeresEngine::ShaderCompiler::CallExpression::prefixExpression |
◆ typeDenoter
| TypeDenoterPtr CeresEngine::ShaderCompiler::CallExpression::typeDenoter |
The documentation for this struct was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/Material/ShaderCompiler/AST/AST.hpp