Searched refs:kMegaByte (Results 1 – 2 of 2) sorted by relevance
23 constexpr uint64_t kMegaByte = 1048576; variable31 constexpr uint64_t kDefaultHostMemBlockSize = 16 * kMegaByte; // 16 mb32 constexpr uint64_t kHostVisibleHeapSize = 512 * kMegaByte; // 512 mb
3021 VkDeviceSize roundedUpAllocSize = ALIGN(pAllocateInfo->allocationSize, kMegaByte); in allocateCoherentMemory()