Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2531 enum class MemoryAllocateFlagBits : VkMemoryAllocateFlags enum
2537 using MemoryAllocateFlagBitsKHR = MemoryAllocateFlagBits;
2539 using MemoryAllocateFlags = Flags<MemoryAllocateFlagBits>;
2543 template <> struct FlagTraits<MemoryAllocateFlagBits>
2547 MemoryAllocateFlagBits::eDeviceMask
2548 | MemoryAllocateFlagBits::eDeviceAddress
2549 | MemoryAllocateFlagBits::eDeviceAddressCaptureReplay;
Dvulkansc_to_string.hpp697 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()
Dvulkan_enums.hpp3817 enum class MemoryAllocateFlagBits : VkMemoryAllocateFlags enum
3823 using MemoryAllocateFlagBitsKHR = MemoryAllocateFlagBits;
3825 using MemoryAllocateFlags = Flags<MemoryAllocateFlagBits>;
3829 template <> struct FlagTraits<MemoryAllocateFlagBits>
3833 MemoryAllocateFlagBits::eDeviceMask
3834 | MemoryAllocateFlagBits::eDeviceAddress
3835 | MemoryAllocateFlagBits::eDeviceAddressCaptureReplay;
Dvulkan_to_string.hpp918 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()