Searched refs:eDeviceOnly (Results 1 - 2 of 2) sorted by relevance
/third_party/vulkan-headers/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 2275 eDeviceOnly = VK_EVENT_CREATE_DEVICE_ONLY_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::DeviceQueueCreateFlagBits::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits 2285 static VULKAN_HPP_CONST_OR_CONSTEXPR EventCreateFlags allFlags = EventCreateFlagBits::eDeviceOnly; |
H A D | vulkan_to_string.hpp | 473 if ( value & EventCreateFlagBits::eDeviceOnly ) in to_string() 5198 case EventCreateFlagBits::eDeviceOnly: return "DeviceOnly"; in to_string() |
Completed in 105 milliseconds