Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h295 const static char SampledImg[] = "SampledImage"; variable
936 add(kSPIRVTypeName::SampledImg, OpTypeSampledImage); in init()
DOCL20ToSPIRV.cpp1035 M, ImageTy, kSPIRVTypeName::Image, kSPIRVTypeName::SampledImg); in visitCallReadImageWithSampler()
1037 auto SampledImg = addCallInstSPIRV( in visitCallReadImageWithSampler() local
1041 Args[0] = SampledImg; in visitCallReadImageWithSampler()
DSPIRVWriter.cpp616 } else if (TN == kSPIRVTypeName::SampledImg) { in transSPIRVOpaqueType()
620 T, kSPIRVTypeName::SampledImg, in transSPIRVOpaqueType()
DSPIRVReader.cpp651 return getSPIRVTypeName(kSPIRVTypeName::SampledImg, in transOCLSampledImageTypeName()