Home
last modified time | relevance | path

Searched refs:constSubtree (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h161 constSubtree(nullptr), in TSymbol()
176 virtual void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree()
177 virtual TIntermTyped* getConstSubtree() const { return constSubtree; } in getConstSubtree()
214 TIntermTyped* constSubtree; // for specialization constant computation variable
DSymbolTable.cpp344 constSubtree = nullptr; in TVariable()
DIntermediate.cpp69 TIntermTyped* constSubtree, const TSourceLoc& loc) in addSymbol() argument
74 node->setConstSubtree(constSubtree); in addSymbol()
/third_party/glslang/glslang/Include/
Dintermediate.h1271 constSubtree(nullptr) in TIntermSymbol()
1281 void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree()
1282 TIntermTyped* getConstSubtree() const { return constSubtree; } in getConstSubtree()
1299 TIntermTyped* constSubtree; variable