Searched refs:deviceMemoryAllocationGranularity (Results 1 – 8 of 8) sorted by relevance
59 …std::uint64_t deviceMemoryAllocationGranularity; // VkDeviceMemory allocation granularity (typical… member69 , deviceMemoryAllocationGranularity(0) in PlatformMemoryLimits()
62 limits.deviceMemoryAllocationGranularity = 64 * 1024; in getMemoryLimits()
247 … << "deviceMemoryAllocationGranularity = " << limits.deviceMemoryAllocationGranularity << "\n" in logPlatformMemoryLimits()254 TCU_CHECK(limits.deviceMemoryAllocationGranularity > 0); in logPlatformMemoryLimits()
76 limits.deviceMemoryAllocationGranularity = 64 * 1024; in getMemoryLimits()
93 limits.deviceMemoryAllocationGranularity = 4096; in getMemoryLimits()
395 limits.deviceMemoryAllocationGranularity = 64 * 1024; in getMemoryLimits()
473 … roundUpToNextMultiple(allocationSize, m_memoryLimits.deviceMemoryAllocationGranularity); in iterate()
419 … roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity); in getSafeObjectCount()