Searched defs:MAX_MEMORY_ALLOCATION_SIZE (Results 1 – 2 of 2) sorted by relevance
99 constexpr VkDeviceSize MAX_MEMORY_ALLOCATION_SIZE = 0x40000000ull; // 0x40000000 = 1 GiB variable
218 #define MAX_MEMORY_ALLOCATION_SIZE (1ull << 31) macro