Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuPlatform.hpp56 …std::uint64_t deviceMemoryAllocationGranularity; // VkDeviceMemory allocation granularity (typical… member
66 , deviceMemoryAllocationGranularity (0) in PlatformMemoryLimits()
DtcuPlatform.cpp62 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp231 << "deviceMemoryAllocationGranularity = " << limits.deviceMemoryAllocationGranularity << "\n" in logPlatformMemoryLimits()
238 TCU_CHECK(limits.deviceMemoryAllocationGranularity > 0); in logPlatformMemoryLimits()
/external/deqp/framework/platform/fuchsia/
DtcuFuchsiaPlatform.cpp68 limits.deviceMemoryAllocationGranularity = 64 * 1024; in getMemoryLimits()
/external/deqp/framework/platform/null/
DtcuNullPlatform.cpp94 limits.deviceMemoryAllocationGranularity = 4096; in getMemoryLimits()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp367 limits.deviceMemoryAllocationGranularity = 64*1024; in getMemoryLimits()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp443 …tionSize = roundUpToNextMultiple(allocationSize, m_memoryLimits.deviceMemoryAllocationGranularity); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp428 …y = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity); in getSafeObjectCount()