Searched refs:asBinary (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteStructSamplers.cpp | 118 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 …]
|
D | RewriteStructSamplersOld.cpp | 238 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()
|
D | RewriteRowMajorMatrices.cpp | 190 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/ |
D | bitstring.rst | 10 …, effectiveTagSet, tagMap, subtypeSpec, asInteger, asNumbers, asOctets, asBinary, fromHexString, f…
|
/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 479 return self.asBinary() 586 def asBinary(self): member in BitString
|