Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/common/
H A DtcuPlatform.hpp59 …std::uint64_t deviceMemoryAllocationGranularity; // VkDeviceMemory allocation granularity (typical… member
69 , deviceMemoryAllocationGranularity(0) in PlatformMemoryLimits()
H A DtcuPlatform.cpp62 limits.deviceMemoryAllocationGranularity = 64 * 1024; in getMemoryLimits()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp247 … << "deviceMemoryAllocationGranularity = " << limits.deviceMemoryAllocationGranularity << "\n" in logPlatformMemoryLimits()
254 TCU_CHECK(limits.deviceMemoryAllocationGranularity > 0); in logPlatformMemoryLimits()
/aosp_15_r20/external/deqp/framework/platform/fuchsia/
H A DtcuFuchsiaPlatform.cpp76 limits.deviceMemoryAllocationGranularity = 64 * 1024; in getMemoryLimits()
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullPlatform.cpp93 limits.deviceMemoryAllocationGranularity = 4096; in getMemoryLimits()
/aosp_15_r20/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp395 limits.deviceMemoryAllocationGranularity = 64 * 1024; in getMemoryLimits()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp473 … roundUpToNextMultiple(allocationSize, m_memoryLimits.deviceMemoryAllocationGranularity); in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp419 … roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity); in getSafeObjectCount()