Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputHLSL.h276 ImmutableString samplerNamePrefixFromStruct(TIntermTyped *node);
DOutputHLSL.cpp2064 ImmutableString OutputHLSL::samplerNamePrefixFromStruct(TIntermTyped *node) in samplerNamePrefixFromStruct() function in sh::OutputHLSL
2079 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" << index; in samplerNamePrefixFromStruct()
2089 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" in samplerNamePrefixFromStruct()
2450 ImmutableString structName = samplerNamePrefixFromStruct(typedArg); in visitAggregate()