Home
last modified time | relevance | path

Searched refs:IsImage (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h153 inline bool IsImage(TBasicType type) in IsImage() function
165 return IsSampler(type) || IsImage(type) || IsAtomicCounter(type); in IsOpaqueType()
512 assert(!IsImage(type)); in IsImage2D()
537 assert(!IsImage(type)); in IsImage3D()
562 assert(!IsImage(type)); in IsImage2DArray()
587 assert(!IsImage(type)); in IsImageCube()
DResourcesHLSL.cpp145 (IsImage(type.getBasicType()) && type.getMemoryQualifier().readonly)) in assignUniformRegister()
149 else if (IsImage(type.getBasicType())) in assignUniformRegister()
170 (IsImage(type.getBasicType()) && type.getMemoryQualifier().readonly)) in assignUniformRegister()
174 else if (IsImage(type.getBasicType())) in assignUniformRegister()
428 else if (outputType == SH_HLSL_4_1_OUTPUT && IsImage(type.getBasicType())) in uniformsHeader()
DOutputGLSLBase.cpp191 if (IsImage(type.getBasicType())) in getCommonLayoutQualifiers()
217 ASSERT(IsImage(type.getBasicType()) || IsStorageBuffer(type.getQualifier())); in getMemoryQualifiers()
223 ASSERT(IsImage(type.getBasicType()) || IsStorageBuffer(type.getQualifier())); in getMemoryQualifiers()
229 ASSERT(IsImage(type.getBasicType()) || IsStorageBuffer(type.getQualifier())); in getMemoryQualifiers()
235 ASSERT(IsImage(type.getBasicType()) || IsStorageBuffer(type.getQualifier())); in getMemoryQualifiers()
241 ASSERT(IsImage(type.getBasicType()) || IsStorageBuffer(type.getQualifier())); in getMemoryQualifiers()
1426 if (IsImage(type.getBasicType()) && layoutQualifier.imageInternalFormat != EiifUnspecified) in NeedsToWriteLayoutQualifier()
DImageFunctionHLSL.cpp307 ASSERT(IsImage(type)); in useImageFunction()
DParseContext.cpp66 ASSERT(IsImage(imageNode->getBasicType())); in GetImageArgumentToken()
1215 if (!IsImage(type->getBasicType())) in checkIsParameterQualifierValid()
1473 if (IsImage(publicType.getBasicType())) in nonEmptyDeclarationErrorCheck()
1566 if (IsImage(type.getBasicType())) in checkBindingIsValid()
1743 if (!IsImage(argument->getBasicType())) in functionCallRValueLValueErrorCheck()
4881 if (IsImage(field.type()->getBasicType()) || IsAtomicCounter(field.type()->getBasicType())) in addStructure()
5816 if (IsImage(functionArgumentType.getBasicType())) in checkImageMemoryAccessForUserDefinedFunctions()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h216 inline bool IsImage(TBasicType type) in IsImage() function
238 return IsSampler(type) || IsImage(type) || IsAtomicCounter(type) || IsSubpassInputType(type); in IsOpaqueType()
841 ASSERT(!IsImage(type)); in IsImage2D()
887 ASSERT(!IsImage(type)); in IsImage3D()
933 ASSERT(!IsImage(type)); in IsImage2DArray()
979 ASSERT(!IsImage(type)); in IsImageCube()
DResourcesHLSL.cpp212 (IsImage(type.getBasicType()) && type.getMemoryQualifier().readonly)) in assignUniformRegister()
216 else if (IsImage(type.getBasicType())) in assignUniformRegister()
255 (IsImage(type.getBasicType()) && type.getMemoryQualifier().readonly)) in assignUniformRegister()
259 else if (IsImage(type.getBasicType())) in assignUniformRegister()
513 else if (outputType == SH_HLSL_4_1_OUTPUT && IsImage(type.getBasicType())) in uniformsHeader()
DOutputVulkanGLSL.cpp40 IsImage(type.getBasicType()) || IsSubpassInputType(type.getBasicType()); in writeLayoutQualifier()
DImageFunctionHLSL.cpp307 ASSERT(IsImage(type)); in useImageFunction()
DOperator_autogen.h543 static inline bool IsImage(TOperator op) in IsImage() function
DOutputGLSLBase.cpp190 if (IsImage(type.getBasicType())) in getCommonLayoutQualifiers()
1420 if (IsImage(type.getBasicType()) && layoutQualifier.imageInternalFormat != EiifUnspecified) in NeedsToWriteLayoutQualifier()
DTypes.h362 bool isImage() const { return IsImage(type); } in isImage()
DParseContext.cpp66 ASSERT(IsImage(imageNode->getBasicType())); in GetImageArgumentToken()
1411 if (!IsImage(type->getBasicType())) in checkIsParameterQualifierValid()
1704 if (IsImage(publicType.getBasicType())) in nonEmptyDeclarationErrorCheck()
1797 if (IsImage(type.getBasicType())) in checkBindingIsValid()
2056 if (!IsImage(argument->getBasicType())) in functionCallRValueLValueErrorCheck()
4798 else if (IsImage(elementType)) in addIndexExpression()
5782 if (IsImage(field.type()->getBasicType()) || IsAtomicCounter(field.type()->getBasicType())) in addStructure()
6772 if (BuiltInGroup::IsImage(op)) in checkImageMemoryAccessForBuiltinFunctions()
6833 if (IsImage(functionArgumentType.getBasicType())) in checkImageMemoryAccessForUserDefinedFunctions()
DBuildSPIRV.cpp796 else if (IsImage(type.type) || IsSubpassInputType(type.type) || type.isSamplerBaseImage) in declareType()
1736 IsImage(type.getBasicType()) || IsSubpassInputType(type.getBasicType()); in writeInterfaceVariableDecorations()
DOutputSPIRV.cpp2263 if (BuiltInGroup::IsImage(op) || BuiltInGroup::IsTexture(op)) in visitOperator()
3174 const bool isImage = IsImage(operandBasicType); in createAtomicBuiltIn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.h41 bool IsImage; member
DAMDGPUSearchableTables.td16 bit IsImage = intr.IsImage;
21 let Fields = ["Intr", "RsrcArg", "IsImage"];
DAMDGPURegisterBankInfo.cpp2200 if (RSrcIntrin->IsImage) { in applyMappingImpl()
3259 if (RSrcIntrin->IsImage) in getInstrMapping()
DSIISelLowering.cpp934 if (RsrcIntr->IsImage) { in getTgtMemIntrinsic()
/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp68 bool IsImage(const char argOrder) { return argOrder == '!' || argOrder == '#' || argOrder … in IsImage() function
73 IsTextureMS(argOrder) || IsBuffer(argOrder) || IsImage(argOrder); in IsTextureType()
221 const bool isImage = IsImage(argOrder[0]); in AppendTypeName()
895 const bool isImage = IsImage(*argOrder); in initialize()
/third_party/googletest/googletest/scripts/
Dupload.py728 def IsImage(self, filename): member in VersionControlSystem
929 if is_binary and self.IsImage(filename):
953 if self.IsImage(filename):
1150 if not is_binary or not self.IsImage(relpath):
/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc298 if (icon.IsImage() || icon.IsVectorIcon()) { in OnDrawItem()
308 icon.IsImage() ? icon.GetImage().AsImageSkia() in OnDrawItem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td23 bit IsImage = isimage;