Home
last modified time | relevance | path

Searched refs:SamplerString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DUtilsHLSL.h125 const char *SamplerString(const TBasicType type);
126 const char *SamplerString(HLSLTextureGroup type);
H A DUtilsHLSL.cpp66 const char *SamplerString(const TBasicType type) in SamplerString() function
78 const char *SamplerString(HLSLTextureGroup type) in SamplerString() function
H A DResourcesHLSL.cpp361 out << "uniform " << SamplerString(textureGroup) << " samplers" << suffix << "[" in outputHLSLSamplerUniformGroup()