Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkEmulatedPhysicalDeviceMemory.cpp46 static constexpr VkDeviceSize kMaxSafeHeapSize = 2ULL * 1024ULL * 1024ULL * 1024ULL; in EmulatedPhysicalDeviceMemoryProperties() local
48 if (mGuestMemoryProperties.memoryHeaps[i].size > kMaxSafeHeapSize) { in EmulatedPhysicalDeviceMemoryProperties()
49 mGuestMemoryProperties.memoryHeaps[i].size = kMaxSafeHeapSize; in EmulatedPhysicalDeviceMemoryProperties()