Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuPlatform.hpp51 struct PlatformMemoryLimits struct
54 …ize_t totalSystemMemory; // #bytes of system memory (heap + HOST_LOCAL) tests must not exceed
57 …f total DEVICE_LOCAL memory tests must not exceed or 0 if DEVICE_LOCAL counts against system memory
58 …t deviceMemoryAllocationGranularity; // VkDeviceMemory allocation granularity (typically page size)
61 std::uint64_t devicePageSize; // Page size on device (must be rounded up to the nearest POT)
62 std::uint64_t devicePageTableEntrySize; // Number of bytes per page table size
63 size_t devicePageTableHierarchyLevels; // Number of levels in device page table hierarchy
65 PlatformMemoryLimits (void) in PlatformMemoryLimits() function