Searched defs:PlatformMemoryLimits (Results 1 – 1 of 1) sorted by relevance
49 struct PlatformMemoryLimits struct52 …ize_t totalSystemMemory; // #bytes of system memory (heap + HOST_LOCAL) tests must not exceed55 …f total DEVICE_LOCAL memory tests must not exceed or 0 if DEVICE_LOCAL counts against system memory56 …t deviceMemoryAllocationGranularity; // VkDeviceMemory allocation granularity (typically page size)59 std::uint64_t devicePageSize; // Page size on device (must be rounded up to the nearest POT)60 std::uint64_t devicePageTableEntrySize; // Number of bytes per page table size61 size_t devicePageTableHierarchyLevels; // Number of levels in device page table hierarchy63 PlatformMemoryLimits (void) in PlatformMemoryLimits() function