Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp111 …VkDeviceSize deviceMemoryAllocationGranularity; //!< VkDeviceMemory allocation granularity (typica… member
122 , 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.cpp87 limits.deviceMemoryAllocationGranularity = 4096; in getMemoryLimits()
/external/deqp/framework/platform/X11/
DtcuX11Platform.cpp100 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp202 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp331 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp355 …y = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity); in getSafeObjectCount()