Home
last modified time | relevance | path

Searched refs:imageInternalFormat (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DUtilsHLSL.cpp72 HLSLTextureGroup TextureGroup(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in TextureGroup() argument
124 switch (imageInternalFormat) in TextureGroup()
143 switch (imageInternalFormat) in TextureGroup()
159 switch (imageInternalFormat) in TextureGroup()
176 switch (imageInternalFormat) in TextureGroup()
195 switch (imageInternalFormat) in TextureGroup()
211 switch (imageInternalFormat) in TextureGroup()
228 switch (imageInternalFormat) in TextureGroup()
248 switch (imageInternalFormat) in TextureGroup()
265 switch (imageInternalFormat) in TextureGroup()
[all …]
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.cpp26 TextureGroupSuffix(imageFunction.image, imageFunction.imageInternalFormat)); in GetImageReference()
38 RWTextureGroupSuffix(imageFunction.image, imageFunction.imageInternalFormat)); in GetImageReference()
179 suffix = ImmutableString(TextureTypeSuffix(image, imageInternalFormat)); in name()
183 suffix = ImmutableString(RWTextureTypeSuffix(image, imageInternalFormat)); in name()
304 TLayoutImageInternalFormat imageInternalFormat, in useImageFunction() argument
310 imageFunction.imageInternalFormat = imageInternalFormat; in useImageFunction()
312 imageFunction.type = imageFunction.getDataType(imageInternalFormat); in useImageFunction()
DImageFunctionHLSL.h30 TLayoutImageInternalFormat imageInternalFormat,
69 TLayoutImageInternalFormat imageInternalFormat; member
DBuildSPIRV.h101 TLayoutImageInternalFormat imageInternalFormat = EiifUnspecified; member
187 static_cast<uint8_t>(type.typeSpec.blockStorage | type.imageInternalFormat << 3), in operator()
445 spv::ImageFormat getImageFormat(TLayoutImageInternalFormat imageInternalFormat);
DBaseTypes.h1319 imageInternalFormat == EiifUnspecified && primitiveType == EptUndefined && in isEmpty()
1335 blockStorage != EbsUnspecified || imageInternalFormat != EiifUnspecified); in isCombinationValid()
1364 TLayoutImageInternalFormat imageInternalFormat; member
1403 imageInternalFormat(EiifUnspecified), in TLayoutQualifier()
DQualifierTypes.cpp762 if (rightQualifier.imageInternalFormat != EiifUnspecified) in JoinLayoutQualifiers()
764 joinedQualifier.imageInternalFormat = rightQualifier.imageInternalFormat; in JoinLayoutQualifiers()
DBuildSPIRV.cpp46 a.secondarySize == b.secondarySize && a.imageInternalFormat == b.imageInternalFormat && in operator ==()
530 spirvType.imageInternalFormat = type.getLayoutQualifier().imageInternalFormat; in getSpirvType()
809 const spv::ImageFormat imageFormat = getImageFormat(type.imageInternalFormat); in declareType()
1247 spv::ImageFormat SPIRVBuilder::getImageFormat(TLayoutImageInternalFormat imageInternalFormat) in getImageFormat() argument
1249 switch (imageInternalFormat) in getImageFormat()
DParseContext.cpp1707 switch (layoutQualifier.imageInternalFormat) in nonEmptyDeclarationErrorCheck()
1755 switch (layoutQualifier.imageInternalFormat) in nonEmptyDeclarationErrorCheck()
1774 checkInternalFormatIsNotSpecified(identifierLocation, layoutQualifier.imageInternalFormat); in nonEmptyDeclarationErrorCheck()
3601 checkInternalFormatIsNotSpecified(typeQualifier.line, layoutQualifier.imageInternalFormat); in parseGlobalLayoutQualifier()
4445 checkInternalFormatIsNotSpecified(nameLine, blockLayoutQualifier.imageInternalFormat); in addInterfaceBlock()
5093 qualifier.imageInternalFormat = EiifRGBA32F; in parseLayoutQualifier()
5098 qualifier.imageInternalFormat = EiifRGBA16F; in parseLayoutQualifier()
5103 qualifier.imageInternalFormat = EiifR32F; in parseLayoutQualifier()
5108 qualifier.imageInternalFormat = EiifRGBA8; in parseLayoutQualifier()
5113 qualifier.imageInternalFormat = EiifRGBA8_SNORM; in parseLayoutQualifier()
[all …]
DOutputGLSLBase.cpp192 if (layoutQualifier.imageInternalFormat != EiifUnspecified) in getCommonLayoutQualifiers()
196 << getImageInternalFormatString(layoutQualifier.imageInternalFormat); in getCommonLayoutQualifiers()
1420 if (IsImage(type.getBasicType()) && layoutQualifier.imageInternalFormat != EiifUnspecified) in NeedsToWriteLayoutQualifier()
DResourcesHLSL.cpp532 type.getBasicType(), type.getLayoutQualifier().imageInternalFormat); in uniformsHeader()
538 type.getBasicType(), type.getLayoutQualifier().imageInternalFormat); in uniformsHeader()
DCollectVariables.cpp1056 GetImageInternalFormatType(variable.getType().getLayoutQualifier().imageInternalFormat); in recordUniform()
DOutputHLSL.cpp2408 name, type.getBasicType(), type.getLayoutQualifier().imageInternalFormat, in visitAggregate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DRewriteR32fImages.cpp26 type.getLayoutQualifier().imageInternalFormat == EiifR32F; in IsR32fImage()
286 layoutQualifier.imageInternalFormat = EiifR32UI; in visitDeclaration()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DShaderImage_test.cpp106 ASSERT_EQ(internalFormat, myImageLayoutQualifier.imageInternalFormat); in CheckImageDeclaration()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp334 type.isImage() && type.getLayoutQualifier().imageInternalFormat == EiifR32F; in processFunctionCall()