Home
last modified time | relevance | path

Searched defs:PlatformMemoryLimits (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkPlatform.hpp111 struct PlatformMemoryLimits struct
114 …e_t totalSystemMemory; //!< #bytes of system memory (heap + HOST_LOCAL) tests must not exceed
117 …f total DEVICE_LOCAL memory tests must not exceed or 0 if DEVICE_LOCAL counts against system memory
118 …deviceMemoryAllocationGranularity; //!< VkDeviceMemory allocation granularity (typically page size)
122 VkDeviceSize devicePageSize; //!< Page size on device (must be rounded up to nearest POT)
123 VkDeviceSize devicePageTableEntrySize; //!< Number of bytes per page table size
124 size_t devicePageTableHierarchyLevels; //!< Number of levels in device page table hierarchy
126 PlatformMemoryLimits (void) in PlatformMemoryLimits() argument