Home
last modified time | relevance | path

Searched refs:TLayoutImageInternalFormat (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/compiler/translator/
DUtilsHLSL.h94 TLayoutImageInternalFormat imageInternalFormat = EiifUnspecified);
97 TLayoutImageInternalFormat imageInternalFormat = EiifUnspecified);
100 TLayoutImageInternalFormat imageInternalFormat = EiifUnspecified);
102 TLayoutImageInternalFormat imageInternalFormat = EiifUnspecified);
104 TLayoutImageInternalFormat imageInternalFormat);
106 const char *RWTextureString(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat);
109 TLayoutImageInternalFormat imageInternalFormat);
111 TLayoutImageInternalFormat imageInternalFormat);
DImageFunctionHLSL.h30 TLayoutImageInternalFormat imageInternalFormat,
64 DataType getDataType(TLayoutImageInternalFormat format) const;
69 TLayoutImageInternalFormat imageInternalFormat;
DUtilsHLSL.cpp70 HLSLTextureGroup TextureGroup(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in TextureGroup()
350 const char *TextureString(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in TextureString()
421 TLayoutImageInternalFormat imageInternalFormat) in TextureGroupSuffix()
426 const char *TextureTypeSuffix(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in TextureTypeSuffix()
498 TLayoutImageInternalFormat imageInternalFormat) in RWTextureGroup()
707 const char *RWTextureString(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in RWTextureString()
754 TLayoutImageInternalFormat imageInternalFormat) in RWTextureGroupSuffix()
760 TLayoutImageInternalFormat imageInternalFormat) in RWTextureTypeSuffix()
DImageFunctionHLSL.cpp209 TLayoutImageInternalFormat format) const in getDataType()
304 TLayoutImageInternalFormat imageInternalFormat, in useImageFunction()
Dutil.h89 GLenum GetImageInternalFormatType(TLayoutImageInternalFormat iifq);
DBaseTypes.h1209 enum TLayoutImageInternalFormat enum
1340 TLayoutImageInternalFormat imageInternalFormat;
1583 inline const char *getImageInternalFormatString(TLayoutImageInternalFormat iifq) in getImageInternalFormatString()
DBuildSPIRV.h94 TLayoutImageInternalFormat imageInternalFormat = EiifUnspecified;
430 spv::ImageFormat getImageFormat(TLayoutImageInternalFormat imageInternalFormat);
Dutil.cpp828 GLenum GetImageInternalFormatType(TLayoutImageInternalFormat iifq) in GetImageInternalFormatType()
DParseContext.h545 TLayoutImageInternalFormat internalFormat);
DBuildSPIRV.cpp1065 spv::ImageFormat SPIRVBuilder::getImageFormat(TLayoutImageInternalFormat imageInternalFormat) in getImageFormat()
DParseContext.cpp1846 TLayoutImageInternalFormat internalFormat) in checkInternalFormatIsNotSpecified()
/external/angle/src/tests/compiler_tests/
DShaderImage_test.cpp92 TLayoutImageInternalFormat internalFormat, in CheckImageDeclaration()