Searched refs:nodeBinary (Results 1 – 1 of 1) sorted by relevance
2086 TIntermBinary *nodeBinary = node->getAsBinaryNode(); in samplerNamePrefixFromStruct() local2087 switch (nodeBinary->getOp()) in samplerNamePrefixFromStruct()2091 int index = nodeBinary->getRight()->getAsConstantUnion()->getIConst(0); in samplerNamePrefixFromStruct()2094 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" << index; in samplerNamePrefixFromStruct()2099 const TStructure *s = nodeBinary->getLeft()->getAsTyped()->getType().getStruct(); in samplerNamePrefixFromStruct()2100 int index = nodeBinary->getRight()->getAsConstantUnion()->getIConst(0); in samplerNamePrefixFromStruct()2104 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" in samplerNamePrefixFromStruct()