Home
last modified time | relevance | path

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

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