Searched refs:deviceMemoryAllocationGranularity (Results 1 – 10 of 10) sorted by relevance
114 …VkDeviceSize deviceMemoryAllocationGranularity; //!< VkDeviceMemory allocation granularity (typica… member125 , deviceMemoryAllocationGranularity (0) in PlatformMemoryLimits()
225 << "deviceMemoryAllocationGranularity = " << limits.deviceMemoryAllocationGranularity << "\n" in logPlatformMemoryLimits()232 TCU_CHECK(limits.deviceMemoryAllocationGranularity > 0); in logPlatformMemoryLimits()
93 limits.deviceMemoryAllocationGranularity = 4096; in getMemoryLimits()
139 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
283 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
277 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
340 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
140 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
298 …ionSize = roundUpToNextMultiple(allocationSize, m_memoryLimits.deviceMemoryAllocationGranularity); in iterate()
375 …y = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity); in getSafeObjectCount()