Home
last modified time | relevance | path

Searched refs:unitNode (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.h55 typeIdentifiers(false), unitNode(nullptr) { } in HlslGrammar()
137 TIntermNode* unitNode; variable
DhlslGrammar.cpp129 if (! acceptDeclarationList(unitNode)) in acceptCompilationUnit()
136 if (unitNode && !unitNode->getAsAggregate()) in acceptCompilationUnit()
137 unitNode = intermediate.growAggregate(nullptr, unitNode); in acceptCompilationUnit()
138 intermediate.setTreeRoot(unitNode); in acceptCompilationUnit()
509 unitNode = intermediate.growAggregate(unitNode, initializers, idToken.loc); in acceptDeclaration()