Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DUtilsHLSL.h105 const char *RWTextureString(const HLSLRWTextureGroup textureGroup);
106 const char *RWTextureString(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat);
DUtilsHLSL.cpp666 const char *RWTextureString(const HLSLRWTextureGroup RWTextureGroup) in RWTextureString() function
707 const char *RWTextureString(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in RWTextureString() function
709 return RWTextureString(RWTextureGroup(type, imageInternalFormat)); in RWTextureString()
DResourcesHLSL.cpp370 out << "uniform " << RWTextureString(textureGroup) << " images" << suffix << "[" in outputHLSLImageUniformGroup()