Home
last modified time | relevance | path

Searched refs:getSPIRVTypeName (Results 1 – 5 of 5) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp568 if (Names.second == getSPIRVTypeName(kSPIRVTypeName::Sampler) && in isSamplerInitializer()
569 Names.first == getSPIRVTypeName(kSPIRVTypeName::ConstantSampler)) in isSamplerInitializer()
579 if (Names.second == getSPIRVTypeName(kSPIRVTypeName::PipeStorage) && in isPipeStorageInitializer()
580 Names.first == getSPIRVTypeName(kSPIRVTypeName::ConstantPipeStorage)) in isPipeStorageInitializer()
DSPIRVUtil.cpp219 return getOrCreateOpaquePtrType(M, getSPIRVTypeName(kSPIRVTypeName::Sampler), in getSamplerType()
225 return getOrCreateOpaquePtrType(M, getSPIRVTypeName( in getPipeStorageType()
1201 getSPIRVTypeName(StringRef BaseName, StringRef Postfixes) { in getSPIRVTypeName() function
1212 if (TyName == getSPIRVTypeName(kSPIRVTypeName::ConstantSampler) || in isSPIRVConstantName()
1213 TyName == getSPIRVTypeName(kSPIRVTypeName::ConstantPipeStorage)) in isSPIRVConstantName()
1224 return getOrCreateOpaquePtrType(M, getSPIRVTypeName(NewName, Postfixes)); in getSPIRVTypeByChangeBaseTypeName()
1326 return getSPIRVTypeName(BaseTy, OS.str()); in mapOCLTypeNameToSPIRV()
DSPIRVWriter.cpp546 if(Name == getSPIRVTypeName(kSPIRVTypeName::ConstantSampler)) in transType()
548 if (Name == getSPIRVTypeName(kSPIRVTypeName::ConstantPipeStorage)) in transType()
698 if (ST->getName() == getSPIRVTypeName(kSPIRVTypeName::ConstantSampler)) in transConstant()
743 getSPIRVTypeName(kSPIRVTypeName::ConstantSampler)) { in transConstant()
757 getSPIRVTypeName(kSPIRVTypeName::ConstantPipeStorage)) { in transConstant()
DSPIRVInternal.h815 getSPIRVTypeName(StringRef BaseTyName, StringRef Postfixes = "");
DSPIRVReader.cpp651 return getSPIRVTypeName(kSPIRVTypeName::SampledImg, in transOCLSampledImageTypeName()