Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2534 eDeviceAddress = VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT, enumerator
2548 | MemoryAllocateFlagBits::eDeviceAddress
Dvulkansc_to_string.hpp698 if ( value & MemoryAllocateFlagBits::eDeviceAddress ) result += "DeviceAddress | "; in to_string()
3265 case MemoryAllocateFlagBits::eDeviceAddress : return "DeviceAddress"; in to_string()
Dvulkan_enums.hpp3820 eDeviceAddress = VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT, enumerator
3834 | MemoryAllocateFlagBits::eDeviceAddress
Dvulkan_to_string.hpp919 if ( value & MemoryAllocateFlagBits::eDeviceAddress ) result += "DeviceAddress | "; in to_string()
5552 case MemoryAllocateFlagBits::eDeviceAddress : return "DeviceAddress"; in to_string()