Searched refs:deviceMemoryAllocationGranularity (Results 1 – 7 of 7) sorted by relevance
111 …VkDeviceSize deviceMemoryAllocationGranularity; //!< VkDeviceMemory allocation granularity (typica… member122 , deviceMemoryAllocationGranularity (0) in PlatformMemoryLimits()
225 << "deviceMemoryAllocationGranularity = " << limits.deviceMemoryAllocationGranularity << "\n" in logPlatformMemoryLimits()232 TCU_CHECK(limits.deviceMemoryAllocationGranularity > 0); in logPlatformMemoryLimits()
87 limits.deviceMemoryAllocationGranularity = 4096; in getMemoryLimits()
100 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
202 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
331 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
355 …y = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity); in getSafeObjectCount()