Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DOCLTypeToSPIRV.cpp298 if (STName.startswith(kSPR2TypeName::ImagePrefix) || in adaptArgumentsByMetadata()
DSPIRVUtil.cpp268 if (FullName.find(kSPR2TypeName::ImagePrefix) == 0) { in isOCLImageType()
1068 if (TyName.startswith(kSPR2TypeName::ImagePrefix) || in transTypeDesc()
1302 } else if (Name.startswith(kSPR2TypeName::ImagePrefix)) { in mapOCLTypeNameToSPIRV()
DSPIRVInternal.h305 const static char ImagePrefix[] = "opencl.image"; variable
DSPIRVWriter.cpp493 } else if (STName.find(kSPR2TypeName::ImagePrefix) == 0) { in transType()
535 assert(!ST->getName().startswith(kSPR2TypeName::ImagePrefix)); in transType()