Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputHLSL.cpp2071 TIntermBinary *nodeBinary = node->getAsBinaryNode(); in samplerNamePrefixFromStruct() local
2072 switch (nodeBinary->getOp()) in samplerNamePrefixFromStruct()
2076 int index = nodeBinary->getRight()->getAsConstantUnion()->getIConst(0); in samplerNamePrefixFromStruct()
2079 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" << index; in samplerNamePrefixFromStruct()
2084 const TStructure *s = nodeBinary->getLeft()->getAsTyped()->getType().getStruct(); in samplerNamePrefixFromStruct()
2085 int index = nodeBinary->getRight()->getAsConstantUnion()->getIConst(0); in samplerNamePrefixFromStruct()
2089 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" in samplerNamePrefixFromStruct()