Searched refs:memoryLimits (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp49 PlatformMemoryLimits memoryLimits; local
51 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits);
53 return memoryLimits;
H A DvktApiObjectManagementTests.cpp358 size_t getSafeObjectCount (const PlatformMemoryLimits& memoryLimits, argument
362 const VkDeviceSize roundedUpDeviceMemory = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity);
364 if (memoryLimits.totalDeviceLocalMemory > 0 && roundedUpDeviceMemory > 0)
367 return de::min(memoryLimits.totalSystemMemory / objectSystemMemoryUsage,
368 (size_t)(memoryLimits.totalDeviceLocalMemory / roundedUpDeviceMemory));
370 return (size_t)(memoryLimits.totalDeviceLocalMemory / roundedUpDeviceMemory);
375 return memoryLimits.totalSystemMemory / (objectSystemMemoryUsage + (size_t)roundedUpDeviceMemory);
386 PlatformMemoryLimits memoryLimits; local
388 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits);
390 return memoryLimits;
[all...]
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp1065 const PlatformMemoryLimits& memoryLimits,
1070 , m_limits (memoryLimits)

Completed in 90 milliseconds