Home
last modified time | relevance | path

Searched refs:TextureGroupSuffix (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/
DUtilsHLSL.h98 const char *TextureGroupSuffix(const HLSLTextureGroup type);
99 const char *TextureGroupSuffix(const TBasicType type,
DUtilsHLSL.cpp355 const char *TextureGroupSuffix(const HLSLTextureGroup type) in TextureGroupSuffix() function
420 const char *TextureGroupSuffix(const TBasicType type, in TextureGroupSuffix() function
423 return TextureGroupSuffix(TextureGroup(type, imageInternalFormat)); in TextureGroupSuffix()
489 return TextureGroupSuffix(type, imageInternalFormat); in TextureTypeSuffix()
DImageFunctionHLSL.cpp26 TextureGroupSuffix(imageFunction.image, imageFunction.imageInternalFormat)); in GetImageReference()
DResourcesHLSL.cpp338 TString suffix = TextureGroupSuffix(textureGroup); in outputHLSLSamplerUniformGroup()
400 TString suffix = TextureGroupSuffix(textureGroup); in outputHLSLReadonlyImageUniformGroup()
DTextureFunctionHLSL.cpp471 ImmutableString suffix(TextureGroupSuffix(textureFunction.sampler)); in GetTextureReference()