Searched refs:TextureGroupSuffix (Results 1 – 5 of 5) sorted by relevance
98 const char *TextureGroupSuffix(const HLSLTextureGroup type);99 const char *TextureGroupSuffix(const TBasicType type,
355 const char *TextureGroupSuffix(const HLSLTextureGroup type) in TextureGroupSuffix() function420 const char *TextureGroupSuffix(const TBasicType type, in TextureGroupSuffix() function423 return TextureGroupSuffix(TextureGroup(type, imageInternalFormat)); in TextureGroupSuffix()489 return TextureGroupSuffix(type, imageInternalFormat); in TextureTypeSuffix()
26 TextureGroupSuffix(imageFunction.image, imageFunction.imageInternalFormat)); in GetImageReference()
338 TString suffix = TextureGroupSuffix(textureGroup); in outputHLSLSamplerUniformGroup()400 TString suffix = TextureGroupSuffix(textureGroup); in outputHLSLReadonlyImageUniformGroup()
471 ImmutableString suffix(TextureGroupSuffix(textureFunction.sampler)); in GetTextureReference()