Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp1236 OS << SampledType << kSPIRVTypeName::PostfixDelim in getSPIRVImageTypePostfixes()
1237 << Desc.Dim << kSPIRVTypeName::PostfixDelim in getSPIRVImageTypePostfixes()
1238 << Desc.Depth << kSPIRVTypeName::PostfixDelim in getSPIRVImageTypePostfixes()
1239 << Desc.Arrayed << kSPIRVTypeName::PostfixDelim in getSPIRVImageTypePostfixes()
1240 << Desc.MS << kSPIRVTypeName::PostfixDelim in getSPIRVImageTypePostfixes()
1241 << Desc.Sampled << kSPIRVTypeName::PostfixDelim in getSPIRVImageTypePostfixes()
1242 << Desc.Format << kSPIRVTypeName::PostfixDelim in getSPIRVImageTypePostfixes()
1298 OS << kSPIRVTypeName::PostfixDelim; in mapOCLTypeNameToSPIRV()
DSPIRVInternal.h290 const static char PostfixDelim = '_'; variable
DSPIRVWriter.cpp399 const char PostDelim[] = { kSPIRVTypeName::PostfixDelim, 0 }; in decodeSPIRVTypeName()
DSPIRVReader.cpp667 + kSPIRVTypeName::PostfixDelim in transOCLPipeTypeName()