Searched refs:isSamplerType (Results 1 – 3 of 3) sorted by relevance
154 static bool isSamplerType(const glslang::TType& type) { in isSamplerType() function
595 if (isSamplerType(type)) { in getResourceType()959 if (isSamplerType(type)) { in getResourceType()1044 if (isSamplerType(type)) { in getResourceType()
237 bool isSamplerType(Id typeId) const { return getTypeClass(typeId) == OpTypeSampler; } in isSamplerType() function