Searched refs:deviceMemoryAllocationGranularity (Results 1 – 11 of 11) sorted by relevance
118 …VkDeviceSize deviceMemoryAllocationGranularity; //!< VkDeviceMemory allocation granularity (typica… member129 , deviceMemoryAllocationGranularity (0) in PlatformMemoryLimits()
226 << "deviceMemoryAllocationGranularity = " << limits.deviceMemoryAllocationGranularity << "\n" in logPlatformMemoryLimits()233 TCU_CHECK(limits.deviceMemoryAllocationGranularity > 0); in logPlatformMemoryLimits()
84 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
93 limits.deviceMemoryAllocationGranularity = 4096; in getMemoryLimits()
143 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
293 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
331 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
350 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
148 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
367 …ionSize = roundUpToNextMultiple(allocationSize, m_memoryLimits.deviceMemoryAllocationGranularity); in iterate()
390 …y = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity); in getSafeObjectCount()