Searched refs:samplerNamePrefixFromStruct (Results 1 – 2 of 2) sorted by relevance
276 ImmutableString samplerNamePrefixFromStruct(TIntermTyped *node);
2064 ImmutableString OutputHLSL::samplerNamePrefixFromStruct(TIntermTyped *node) in samplerNamePrefixFromStruct() function in sh::OutputHLSL2079 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" << index; in samplerNamePrefixFromStruct()2089 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" in samplerNamePrefixFromStruct()2450 ImmutableString structName = samplerNamePrefixFromStruct(typedArg); in visitAggregate()