Home
last modified time | relevance | path

Searched refs:isSPIRVType (Results 1 – 4 of 4) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DOCLTypeToSPIRV.cpp253 if (isSPIRVType(SamplerArg->getType(), kSPIRVTypeName::Sampler)) in adaptArgumentsBySamplerUse()
DSPIRVUtil.cpp281 isSPIRVType(llvm::Type* Ty, StringRef BaseTyName, StringRef *Postfix) { in isSPIRVType() function
1223 if (isSPIRVType(T, OldName, &Postfixes)) in getSPIRVTypeByChangeBaseTypeName()
DSPIRVInternal.h583 isSPIRVType(llvm::Type* Ty, StringRef BaseTyName, StringRef *Postfix = 0);
DSPIRVWriter.cpp1155 assert(isSPIRVType(RT, kSPIRVTypeName::Sampler) && in oclTransSpvcCastSampler()