Home
last modified time | relevance | path

Searched refs:asBinary (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp118 TIntermBinary *asBinary = currentNode->getAsBinaryNode(); in GetIndexExpressionFromTypedNode() local
120 switch (asBinary->getOp()) in GetIndexExpressionFromTypedNode()
135 currentNode = asBinary->getLeft(); in GetIndexExpressionFromTypedNode()
142 TIntermBinary *asBinary = currentNode->getAsBinaryNode(); in GetIndexExpressionFromTypedNode() local
144 switch (asBinary->getOp()) in GetIndexExpressionFromTypedNode()
154 asBinary->getRight()->deepCopy()); in GetIndexExpressionFromTypedNode()
164 currentNode = asBinary->getLeft(); in GetIndexExpressionFromTypedNode()
505 TIntermBinary *asBinary = currentNode->getAsBinaryNode(); in GetStructSamplerNameFromTypedNode() local
507 switch (asBinary->getOp()) in GetStructSamplerNameFromTypedNode()
511 stringBuilder.insert(0, asBinary->getIndexStructFieldName().data()); in GetStructSamplerNameFromTypedNode()
[all …]
DRewriteStructSamplersOld.cpp238 TIntermBinary *asBinary = currentNode->getAsBinaryNode(); in GetStructSamplerNameFromTypedNode() local
240 switch (asBinary->getOp()) in GetStructSamplerNameFromTypedNode()
244 const int index = asBinary->getRight()->getAsConstantUnion()->getIConst(0); in GetStructSamplerNameFromTypedNode()
252 stringBuilder.insert(0, asBinary->getIndexStructFieldName().data()); in GetStructSamplerNameFromTypedNode()
262 currentNode = asBinary->getLeft(); in GetStructSamplerNameFromTypedNode()
DRewriteRowMajorMatrices.cpp190 TIntermBinary *asBinary = indexNode->getAsBinaryNode(); in IsConvertedField() local
191 if (asBinary == nullptr) in IsConvertedField()
196 if (asBinary->getOp() != EOpIndexDirectInterfaceBlock) in IsConvertedField()
201 const TInterfaceBlock *interfaceBlock = asBinary->getLeft()->getType().getInterfaceBlock(); in IsConvertedField()
204 TIntermConstantUnion *fieldIndexNode = asBinary->getRight()->getAsConstantUnion(); in IsConvertedField()
/external/python/pyasn1/docs/source/pyasn1/type/univ/
Dbitstring.rst10 …, effectiveTagSet, tagMap, subtypeSpec, asInteger, asNumbers, asOctets, asBinary, fromHexString, f…
/external/python/pyasn1/pyasn1/type/
Duniv.py479 return self.asBinary()
586 def asBinary(self): member in BitString