Searched refs:PrefixAndDelim (Results 1 – 4 of 4) sorted by relevance
286 std::string N = std::string(kSPIRVTypeName::PrefixAndDelim) + in isSPIRVType()1039 if (Name.startswith(kSPIRVTypeName::PrefixAndDelim)) { in transTypeDesc()1040 Name = Name.substr(sizeof(kSPIRVTypeName::PrefixAndDelim) - 1); in transTypeDesc()1203 auto TN = std::string(kSPIRVTypeName::PrefixAndDelim) in getSPIRVTypeName()
292 const static char PrefixAndDelim[] = "spirv."; variable
664 return std::string(kSPIRVTypeName::PrefixAndDelim) in transOCLPipeTypeName()673 return std::string(kSPIRVTypeName::PrefixAndDelim) in transOCLPipeStorageTypeName()1288 string CPSName = string(kSPIRVTypeName::PrefixAndDelim) in oclTransConstantPipeStorage()
497 } else if (STName.startswith(kSPIRVTypeName::PrefixAndDelim)) in transType()592 assert (STName.startswith(kSPIRVTypeName::PrefixAndDelim) && in transSPIRVOpaqueType()