Searched defs:PlatformMemoryLimits (Results 1 – 1 of 1) sorted by relevance
107 struct PlatformMemoryLimits struct110 …e_t totalSystemMemory; //!< #bytes of system memory (heap + HOST_LOCAL) tests must not exceed113 …f total DEVICE_LOCAL memory tests must not exceed or 0 if DEVICE_LOCAL counts against system memory114 …deviceMemoryAllocationGranularity; //!< VkDeviceMemory allocation granularity (typically page size)118 VkDeviceSize devicePageSize; //!< Page size on device (must be rounded up to nearest POT)119 VkDeviceSize devicePageTableEntrySize; //!< Number of bytes per page table size120 size_t devicePageTableHierarchyLevels; //!< Number of levels in device page table hierarchy122 PlatformMemoryLimits (void) in PlatformMemoryLimits() argument