Searched refs:MAX_MEMORY_ALLOCATION_SIZE (Results 1 – 8 of 8) sorted by relevance
80 constexpr VkDeviceSize MAX_MEMORY_ALLOCATION_SIZE = 0x40000000ull; // 0x40000000 = 1 GiB variable84 static_assert(MAX_MEMORY_ALLOCATION_SIZE <= 0x80000000ull, "maxMemoryAllocationSize must not exceed…
249 if(allocationSize > MAX_MEMORY_ALLOCATION_SIZE) in allocate()
486 vk::MAX_MEMORY_ALLOCATION_SIZE, // maxStorageBufferRange in getLimits()640 properties->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE; in getMaintenance3Properties()
1505 props->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE; in v3dv_GetPhysicalDeviceProperties2()2133 if (unlikely(alloc_size > MAX_MEMORY_ALLOCATION_SIZE)) { in v3dv_AllocateMemory()
116 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 30) macro
2008 p->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE; in anv_get_physical_device_properties_1_1()3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
232 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 31) macro
694 …static_assert(OOB_OFFSET >= vk::MAX_MEMORY_ALLOCATION_SIZE, "the largest offset must be guaranteed… in GetTexelAddress()