Searched refs:MemoryAllocateFlagBits (Results 1 – 4 of 4) sorted by relevance
2531 enum class MemoryAllocateFlagBits : VkMemoryAllocateFlags enum2537 using MemoryAllocateFlagBitsKHR = MemoryAllocateFlagBits;2539 using MemoryAllocateFlags = Flags<MemoryAllocateFlagBits>;2543 template <> struct FlagTraits<MemoryAllocateFlagBits>2547 MemoryAllocateFlagBits::eDeviceMask2548 | MemoryAllocateFlagBits::eDeviceAddress2549 | MemoryAllocateFlagBits::eDeviceAddressCaptureReplay;
697 if ( value & MemoryAllocateFlagBits::eDeviceMask ) result += "DeviceMask | "; in to_string()698 if ( value & MemoryAllocateFlagBits::eDeviceAddress ) result += "DeviceAddress | "; in to_string()699 …if ( value & MemoryAllocateFlagBits::eDeviceAddressCaptureReplay ) result += "DeviceAddressCapture… in to_string()3260 VULKAN_HPP_INLINE std::string to_string( MemoryAllocateFlagBits value ) in to_string()3264 case MemoryAllocateFlagBits::eDeviceMask : return "DeviceMask"; in to_string()3265 case MemoryAllocateFlagBits::eDeviceAddress : return "DeviceAddress"; in to_string()3266 … case MemoryAllocateFlagBits::eDeviceAddressCaptureReplay : return "DeviceAddressCaptureReplay"; in to_string()
3817 enum class MemoryAllocateFlagBits : VkMemoryAllocateFlags enum3823 using MemoryAllocateFlagBitsKHR = MemoryAllocateFlagBits;3825 using MemoryAllocateFlags = Flags<MemoryAllocateFlagBits>;3829 template <> struct FlagTraits<MemoryAllocateFlagBits>3833 MemoryAllocateFlagBits::eDeviceMask3834 | MemoryAllocateFlagBits::eDeviceAddress3835 | MemoryAllocateFlagBits::eDeviceAddressCaptureReplay;
918 if ( value & MemoryAllocateFlagBits::eDeviceMask ) result += "DeviceMask | "; in to_string()919 if ( value & MemoryAllocateFlagBits::eDeviceAddress ) result += "DeviceAddress | "; in to_string()920 …if ( value & MemoryAllocateFlagBits::eDeviceAddressCaptureReplay ) result += "DeviceAddressCapture… in to_string()5547 VULKAN_HPP_INLINE std::string to_string( MemoryAllocateFlagBits value ) in to_string()5551 case MemoryAllocateFlagBits::eDeviceMask : return "DeviceMask"; in to_string()5552 case MemoryAllocateFlagBits::eDeviceAddress : return "DeviceAddress"; in to_string()5553 … case MemoryAllocateFlagBits::eDeviceAddressCaptureReplay : return "DeviceAddressCaptureReplay"; in to_string()