Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp118 …VkDeviceSize deviceMemoryAllocationGranularity; //!< VkDeviceMemory allocation granularity (typica… member
129 , deviceMemoryAllocationGranularity (0) in PlatformMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp226 << "deviceMemoryAllocationGranularity = " << limits.deviceMemoryAllocationGranularity << "\n" in logPlatformMemoryLimits()
233 TCU_CHECK(limits.deviceMemoryAllocationGranularity > 0); in logPlatformMemoryLimits()
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.hpp84 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/framework/platform/null/
DtcuNullPlatform.cpp93 limits.deviceMemoryAllocationGranularity = 4096; in getMemoryLimits()
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp143 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp293 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp331 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp350 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp148 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp367 …ionSize = roundUpToNextMultiple(allocationSize, m_memoryLimits.deviceMemoryAllocationGranularity); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp390 …y = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity); in getSafeObjectCount()