Searched refs:allocationSize (Results 1 – 3 of 3) sorted by relevance
737 if (SIZE_MAX - sizeof(DeviceMemory) <= alloc_info->allocationSize) in DEFINE_OBJECT_HANDLE_CONVERSION()742 size_t size = sizeof(DeviceMemory) + size_t(alloc_info->allocationSize); in DEFINE_OBJECT_HANDLE_CONVERSION()
1516 …VkDeviceSize allocationSize /// Size of memory allocati…3067 allocationSize: pAllocateInfo[0].allocationSize)3102 assert((offset + size) <= memoryObject.allocationSize)3127 assert((memoryRange.offset + memoryRange.size) <= memoryObject.allocationSize)3144 assert((memoryRange.offset + memoryRange.size) <= memoryObject.allocationSize)5404 VkDeviceSize allocationSize
1467 VkDeviceSize allocationSize; member