Home
last modified time | relevance | path

Searched refs:indexNode (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DEmulateGLFragColorBroadcast.cpp60 TIntermTyped *indexNode = CreateIndexNode(index); in constructGLFragDataNode() local
62 TIntermBinary *binary = new TIntermBinary(EOpIndexDirect, symbol, indexNode); in constructGLFragDataNode()
DRemoveDynamicIndexing.cpp195 TIntermBinary *indexNode = in GetIndexFunctionDefinition() local
200 new TIntermBinary(EOpAssign, indexNode, valueParam->deepCopy()); in GetIndexFunctionDefinition()
207 TIntermBranch *returnNode = new TIntermBranch(EOpReturn, indexNode); in GetIndexFunctionDefinition()
DRewriteRowMajorMatrices.cpp187 bool IsConvertedField(TIntermTyped *indexNode, in IsConvertedField() argument
190 TIntermBinary *asBinary = indexNode->getAsBinaryNode(); in IsConvertedField()
/external/angle/third_party/glslang/src/hlsl/
DhlslGrammar.cpp3178 TIntermTyped* indexNode = nullptr; in acceptPostfixExpression() local
3179 if (! acceptExpression(indexNode) || in acceptPostfixExpression()
3185 node = parseContext.handleBracketDereference(indexNode->getLoc(), node, indexNode); in acceptPostfixExpression()
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3178 TIntermTyped* indexNode = nullptr; in acceptPostfixExpression() local
3179 if (! acceptExpression(indexNode) || in acceptPostfixExpression()
3185 node = parseContext.handleBracketDereference(indexNode->getLoc(), node, indexNode); in acceptPostfixExpression()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java298 indexNode(expandedNameID, nodeIndex); in addNode()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java317 protected void indexNode(int expandedTypeID, int identity) in indexNode() method in DTMDefaultBase
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java1887 indexNode(exName, elemNode); in startElement()
DSAX2DTM2.java2097 indexNode(exName, elemNode); in startElement()