Searched refs:deviceMemoryAllocationGranularity (Results 1 – 8 of 8) sorted by relevance
56 …std::uint64_t deviceMemoryAllocationGranularity; // VkDeviceMemory allocation granularity (typical… member66 , deviceMemoryAllocationGranularity (0) in PlatformMemoryLimits()
62 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
231 << "deviceMemoryAllocationGranularity = " << limits.deviceMemoryAllocationGranularity << "\n" in logPlatformMemoryLimits()238 TCU_CHECK(limits.deviceMemoryAllocationGranularity > 0); in logPlatformMemoryLimits()
68 limits.deviceMemoryAllocationGranularity = 64 * 1024; in getMemoryLimits()
94 limits.deviceMemoryAllocationGranularity = 4096; in getMemoryLimits()
367 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
443 …tionSize = roundUpToNextMultiple(allocationSize, m_memoryLimits.deviceMemoryAllocationGranularity); in iterate()
428 …y = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity); in getSafeObjectCount()