Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp277 TIntermBinary *indexNode = *it; in RewriteModifiedStructFieldSelectionExpression() local
279 switch (indexNode->getOp()) in RewriteModifiedStructFieldSelectionExpression()
285 const TStructure *structure = indexNode->getLeft()->getType().getStruct(); in RewriteModifiedStructFieldSelectionExpression()
289 indexNode->getRight()->getAsConstantUnion(); in RewriteModifiedStructFieldSelectionExpression()
304 rewritten = new TIntermBinary(EOpIndexDirect, rewritten, indexNode->getRight()); in RewriteModifiedStructFieldSelectionExpression()
312 TIntermTyped *indexExpression = indexNode->getRight(); in RewriteModifiedStructFieldSelectionExpression()
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.cpp188 bool IsConvertedField(TIntermTyped *indexNode, in IsConvertedField() argument
191 TIntermBinary *asBinary = indexNode->getAsBinaryNode(); in IsConvertedField()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp3191 TIntermTyped* indexNode = nullptr; in acceptPostfixExpression() local
3192 if (! acceptExpression(indexNode) || in acceptPostfixExpression()
3198 node = parseContext.handleBracketDereference(indexNode->getLoc(), node, indexNode); in acceptPostfixExpression()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp3193 TIntermTyped* indexNode = nullptr; in acceptPostfixExpression() local
3194 if (! acceptExpression(indexNode) || in acceptPostfixExpression()
3200 node = parseContext.handleBracketDereference(indexNode->getLoc(), node, indexNode); in acceptPostfixExpression()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp172 const TField &getDirectField(const TIntermTyped &fieldsNode, TIntermTyped &indexNode);
1456 TIntermTyped &indexNode) in getDirectField() argument
1467 const TIntermConstantUnion *indexNode_ = indexNode.getAsConstantUnion(); in getDirectField()
/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()