Home
last modified time | relevance | path

Searched defs:EnumTraits (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/vulkan/vkjson/
H A Dvkjson.cc59 template <> struct EnumTraits<VkPhysicalDeviceType> { struct
60 static bool exist(uint32_t e) { in exist()
73 template <> struct EnumTraits<VkFormat> { struct
74 static bool exist(uint32_t e) { in exist()
326 struct EnumTraits<VkPointClippingBehavior> { struct
327 static bool exist(uint32_t e) { in exist()
338 struct EnumTraits<VkExternalFenceHandleTypeFlagBits> { struct
339 static bool exist(uint32_t e) { in exist()
353 static bool exist(uint32_t e) { in exist()
367 struct EnumTraits<VkDriverIdKHR> { struct
[all …]