HomeSort by relevance Sort by last modified time
    Searched refs:memoryLimits (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 56 PlatformMemoryLimits memoryLimits;
58 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits);
60 return memoryLimits;
vktApiObjectManagementTests.cpp 363 size_t getSafeObjectCount (const PlatformMemoryLimits& memoryLimits,
367 const VkDeviceSize roundedUpDeviceMemory = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity);
369 if (memoryLimits.totalDeviceLocalMemory > 0 && roundedUpDeviceMemory > 0)
372 return de::min(memoryLimits.totalSystemMemory / objectSystemMemoryUsage,
373 (size_t)(memoryLimits.totalDeviceLocalMemory / roundedUpDeviceMemory));
375 return (size_t)(memoryLimits.totalDeviceLocalMemory / roundedUpDeviceMemory);
380 return memoryLimits.totalSystemMemory / (objectSystemMemoryUsage + (size_t)roundedUpDeviceMemory);
391 PlatformMemoryLimits memoryLimits;
393 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits);
395 return memoryLimits;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp     [all...]

Completed in 886 milliseconds