Searched refs:IsSamplerType (Results 1 – 3 of 3) sorted by relevance
71 IsSamplerType(StringRef TypeString) { in IsSamplerType() function240 } else if (IsSamplerType(Type)) { in replaceImageAndSamplerUses()
88 IsSamplerType(StringRef TypeString) { in IsSamplerType() function257 } else if (IsSamplerType(Type)) { in replaceImageAndSamplerUses()
72 bool IsSamplerType(const char argType) { return argType == 'S' || argType == 's'; } in IsSamplerType() function231 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName()