Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DResourcesHLSL.cpp815 InterfaceBlockInstanceString(instanceVariable->name(), arrayIndex) + ";\n"; in uniformBlockString()
866 InterfaceBlockInstanceString(instanceVariable->name(), arrayIndex) + "_" + in uniformBlockWithOneLargeArrayMemberString()
887 InterfaceBlockInstanceString(instanceVariable->name(), arrayIndex) + in shaderStorageBlockString()
898 TString ResourcesHLSL::InterfaceBlockInstanceString(const ImmutableString &instanceName, in InterfaceBlockInstanceString() function in sh::ResourcesHLSL
DResourcesHLSL.h47 static TString InterfaceBlockInstanceString(const ImmutableString &instanceName,
DShaderStorageBlockOutputHLSL.cpp551 out << mResourcesHLSL->InterfaceBlockInstanceString( in traverseNode()
DOutputHLSL.cpp589 TString instanceString = mResourcesHLSL->InterfaceBlockInstanceString( in generateStructMapping()
1628 out << mResourcesHLSL->InterfaceBlockInstanceString( in visitBinary()