Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h157 constSubtree(nullptr), in TSymbol()
170 virtual void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree()
171 virtual TIntermTyped* getConstSubtree() const { return constSubtree; } in getConstSubtree()
190 TIntermTyped* constSubtree; // for specialization constant computation variable
DSymbolTable.cpp302 constSubtree = nullptr; in TVariable()
DIntermediate.cpp69 TIntermTyped* constSubtree, const TSourceLoc& loc) in addSymbol() argument
74 node->setConstSubtree(constSubtree); in addSymbol()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1191 constSubtree(nullptr) in TIntermSymbol()
1201 void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree()
1202 TIntermTyped* getConstSubtree() const { return constSubtree; } in getConstSubtree()
1219 TIntermTyped* constSubtree; variable