Searched refs:kDeviceLocalFlags (Results 1 – 1 of 1) sorted by relevance
42 constexpr VkMemoryPropertyFlags kDeviceLocalFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; variable85 : kDeviceLocalFlags; in GetPreferredMemoryType()130 return kDeviceLocalFlags; in GetStorageMemoryType()133 return hasMapAccess ? kHostCachedFlags : kDeviceLocalFlags; in GetStorageMemoryType()