Searched defs:EnumTraits (Results 1 – 8 of 8) sorted by relevance
59 template <> struct EnumTraits<VkPhysicalDeviceType> { struct60 static bool exist(uint32_t e) { in exist()73 template <> struct EnumTraits<VkFormat> { struct74 static bool exist(uint32_t e) { in exist()326 struct EnumTraits<VkPointClippingBehavior> { struct327 static bool exist(uint32_t e) { in exist()338 struct EnumTraits<VkExternalFenceHandleTypeFlagBits> { struct339 static bool exist(uint32_t e) { in exist()352 struct EnumTraits<VkExternalSemaphoreHandleTypeFlagBits> { struct353 static bool exist(uint32_t e) { in exist()[all …]
25 struct EnumTraits { struct
636 template <typename Enum> struct EnumTraits : public std::false_type {}; struct
839 template <typename Enum> struct EnumTraits : public std::false_type {}; struct
858 template <typename Enum> struct EnumTraits : public std::false_type {}; struct
827 template <typename Enum> struct EnumTraits : public std::false_type {}; struct
1162 template <typename Enum> struct EnumTraits : public std::false_type {}; struct