Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/hlsl/
DResourcesHLSL.cpp847 InterfaceBlockInstanceString(instanceVariable->name(), arrayIndex) + ";\n"; in uniformBlockString()
898 InterfaceBlockInstanceString(instanceVariable->name(), arrayIndex) + "_" + in uniformBlockWithOneLargeArrayMemberString()
919 InterfaceBlockInstanceString(instanceVariable->name(), arrayIndex) + in shaderStorageBlockString()
930 TString ResourcesHLSL::InterfaceBlockInstanceString(const ImmutableString &instanceName, in InterfaceBlockInstanceString() function in sh::ResourcesHLSL
DResourcesHLSL.h49 static TString InterfaceBlockInstanceString(const ImmutableString &instanceName,
DShaderStorageBlockOutputHLSL.cpp569 out << mResourcesHLSL->InterfaceBlockInstanceString( in traverseNode()
DOutputHLSL.cpp616 TString instanceString = mResourcesHLSL->InterfaceBlockInstanceString( in generateStructMapping()
1817 out << mResourcesHLSL->InterfaceBlockInstanceString( in visitBinary()