#include <intermediate.h>
◆ TIntermLoop()
◆ getAsLoopNode() [1/2]
virtual TIntermLoop* glslang::TIntermLoop::getAsLoopNode |
( |
| ) |
|
|
inlinevirtual |
◆ getAsLoopNode() [2/2]
◆ getBody()
◆ getDontUnroll()
bool glslang::TIntermLoop::getDontUnroll |
( |
| ) |
const |
|
inline |
◆ getLoopDependency()
int glslang::TIntermLoop::getLoopDependency |
( |
| ) |
const |
|
inline |
◆ getTerminal()
◆ getTest()
◆ getUnroll()
bool glslang::TIntermLoop::getUnroll |
( |
| ) |
const |
|
inline |
◆ setDontUnroll()
void glslang::TIntermLoop::setDontUnroll |
( |
| ) |
|
|
inline |
◆ setLoopDependency()
void glslang::TIntermLoop::setLoopDependency |
( |
int |
d | ) |
|
|
inline |
◆ setUnroll()
void glslang::TIntermLoop::setUnroll |
( |
| ) |
|
|
inline |
◆ testFirst()
bool glslang::TIntermLoop::testFirst |
( |
| ) |
const |
|
inline |
◆ traverse()
◆ body
◆ dependency
unsigned int glslang::TIntermLoop::dependency |
|
protected |
◆ dependencyInfinite
const unsigned int glslang::TIntermLoop::dependencyInfinite = 0xFFFFFFFF |
|
static |
◆ dontUnroll
bool glslang::TIntermLoop::dontUnroll |
|
protected |
◆ first
bool glslang::TIntermLoop::first |
|
protected |
◆ terminal
◆ test
◆ unroll
bool glslang::TIntermLoop::unroll |
|
protected |
The documentation for this class was generated from the following files: