Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp2253 TIntermBinary *nodeBinary = node->getAsBinaryNode(); in samplerNamePrefixFromStruct() local
2254 switch (nodeBinary->getOp()) in samplerNamePrefixFromStruct()
2258 int index = nodeBinary->getRight()->getAsConstantUnion()->getIConst(0); in samplerNamePrefixFromStruct()
2261 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" << index; in samplerNamePrefixFromStruct()
2266 const TStructure *s = nodeBinary->getLeft()->getAsTyped()->getType().getStruct(); in samplerNamePrefixFromStruct()
2267 int index = nodeBinary->getRight()->getAsConstantUnion()->getIConst(0); in samplerNamePrefixFromStruct()
2271 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" in samplerNamePrefixFromStruct()