Searched refs:asBinary (Results 1 – 3 of 3) sorted by relevance
118 TIntermBinary *asBinary = currentNode->getAsBinaryNode(); in GetIndexExpressionFromTypedNode() local120 switch (asBinary->getOp()) in GetIndexExpressionFromTypedNode()135 currentNode = asBinary->getLeft(); in GetIndexExpressionFromTypedNode()142 TIntermBinary *asBinary = currentNode->getAsBinaryNode(); in GetIndexExpressionFromTypedNode() local144 switch (asBinary->getOp()) in GetIndexExpressionFromTypedNode()154 asBinary->getRight()->deepCopy()); in GetIndexExpressionFromTypedNode()164 currentNode = asBinary->getLeft(); in GetIndexExpressionFromTypedNode()505 TIntermBinary *asBinary = currentNode->getAsBinaryNode(); in GetStructSamplerNameFromTypedNode() local507 switch (asBinary->getOp()) in GetStructSamplerNameFromTypedNode()511 stringBuilder.insert(0, asBinary->getIndexStructFieldName().data()); in GetStructSamplerNameFromTypedNode()[all …]
238 TIntermBinary *asBinary = currentNode->getAsBinaryNode(); in GetStructSamplerNameFromTypedNode() local240 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()
190 TIntermBinary *asBinary = indexNode->getAsBinaryNode(); in IsConvertedField() local191 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()