Searched refs:imageInternalFormat (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | UtilsHLSL.cpp | 72 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 …]
|
D | UtilsHLSL.h | 94 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);
|
D | ImageFunctionHLSL.cpp | 26 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()
|
D | ImageFunctionHLSL.h | 30 TLayoutImageInternalFormat imageInternalFormat, 69 TLayoutImageInternalFormat imageInternalFormat; member
|
D | BuildSPIRV.h | 101 TLayoutImageInternalFormat imageInternalFormat = EiifUnspecified; member 187 static_cast<uint8_t>(type.typeSpec.blockStorage | type.imageInternalFormat << 3), in operator() 445 spv::ImageFormat getImageFormat(TLayoutImageInternalFormat imageInternalFormat);
|
D | BaseTypes.h | 1319 imageInternalFormat == EiifUnspecified && primitiveType == EptUndefined && in isEmpty() 1335 blockStorage != EbsUnspecified || imageInternalFormat != EiifUnspecified); in isCombinationValid() 1364 TLayoutImageInternalFormat imageInternalFormat; member 1403 imageInternalFormat(EiifUnspecified), in TLayoutQualifier()
|
D | QualifierTypes.cpp | 762 if (rightQualifier.imageInternalFormat != EiifUnspecified) in JoinLayoutQualifiers() 764 joinedQualifier.imageInternalFormat = rightQualifier.imageInternalFormat; in JoinLayoutQualifiers()
|
D | BuildSPIRV.cpp | 46 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()
|
D | ParseContext.cpp | 1707 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 …]
|
D | OutputGLSLBase.cpp | 192 if (layoutQualifier.imageInternalFormat != EiifUnspecified) in getCommonLayoutQualifiers() 196 << getImageInternalFormatString(layoutQualifier.imageInternalFormat); in getCommonLayoutQualifiers() 1420 if (IsImage(type.getBasicType()) && layoutQualifier.imageInternalFormat != EiifUnspecified) in NeedsToWriteLayoutQualifier()
|
D | ResourcesHLSL.cpp | 532 type.getBasicType(), type.getLayoutQualifier().imageInternalFormat); in uniformsHeader() 538 type.getBasicType(), type.getLayoutQualifier().imageInternalFormat); in uniformsHeader()
|
D | CollectVariables.cpp | 1056 GetImageInternalFormatType(variable.getType().getLayoutQualifier().imageInternalFormat); in recordUniform()
|
D | OutputHLSL.cpp | 2408 name, type.getBasicType(), type.getLayoutQualifier().imageInternalFormat, in visitAggregate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
D | RewriteR32fImages.cpp | 26 type.getLayoutQualifier().imageInternalFormat == EiifR32F; in IsR32fImage() 286 layoutQualifier.imageInternalFormat = EiifR32UI; in visitDeclaration()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | ShaderImage_test.cpp | 106 ASSERT_EQ(internalFormat, myImageLayoutQualifier.imageInternalFormat); in CheckImageDeclaration()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | MonomorphizeUnsupportedFunctions.cpp | 334 type.isImage() && type.getLayoutQualifier().imageInternalFormat == EiifR32F; in processFunctionCall()
|