Searched refs:isSamplerType (Results 1 – 2 of 2) sorted by relevance
546 static bool isSamplerType(const glslang::TType& type) { in isSamplerType() function595 if (isSamplerType(type)) in resolveBinding()613 if (isSamplerType(type)) in resolveBinding()696 if (isSamplerType(type)) in resolveBinding()711 if (isSamplerType(type)) in resolveBinding()
196 bool isSamplerType(Id typeId) const { return getTypeClass(typeId) == OpTypeSampler; } in isSamplerType() function