Home
last modified time | relevance | path

Searched refs:EventCreateFlagBits (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1419 enum class EventCreateFlagBits : VkEventCreateFlags enum
1425 using EventCreateFlags = Flags<EventCreateFlagBits>;
1428 template <> struct FlagTraits<EventCreateFlagBits>
1432 EventCreateFlagBits::eDeviceOnly;
Dvulkansc_to_string.hpp263 if ( value & EventCreateFlagBits::eDeviceOnly ) result += "DeviceOnly | "; in to_string()
2303 VULKAN_HPP_INLINE std::string to_string( EventCreateFlagBits value ) in to_string()
2307 case EventCreateFlagBits::eDeviceOnly : return "DeviceOnly"; in to_string()
Dvulkan_enums.hpp2351 enum class EventCreateFlagBits : VkEventCreateFlags enum
2357 using EventCreateFlags = Flags<EventCreateFlagBits>;
2360 template <> struct FlagTraits<EventCreateFlagBits>
2364 EventCreateFlagBits::eDeviceOnly;
Dvulkan_to_string.hpp337 if ( value & EventCreateFlagBits::eDeviceOnly ) result += "DeviceOnly | "; in to_string()
4373 VULKAN_HPP_INLINE std::string to_string( EventCreateFlagBits value ) in to_string()
4377 case EventCreateFlagBits::eDeviceOnly : return "DeviceOnly"; in to_string()