Home
last modified time | relevance | path

Searched refs:deviceMemoryAllocationGranularity (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp114 …VkDeviceSize deviceMemoryAllocationGranularity; //!< VkDeviceMemory allocation granularity (typica… member
125 , deviceMemoryAllocationGranularity (0) in PlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp225 << "deviceMemoryAllocationGranularity = " << limits.deviceMemoryAllocationGranularity << "\n" in logPlatformMemoryLimits()
232 TCU_CHECK(limits.deviceMemoryAllocationGranularity > 0); in logPlatformMemoryLimits()
/external/deqp/framework/platform/null/
DtcuNullPlatform.cpp93 limits.deviceMemoryAllocationGranularity = 4096; in getMemoryLimits()
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp139 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp283 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp277 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp340 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp140 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp298 …ionSize = roundUpToNextMultiple(allocationSize, m_memoryLimits.deviceMemoryAllocationGranularity); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp375 …y = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity); in getSafeObjectCount()