Searched refs:REQUIRED_MEMORY_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance
40 REQUIRED_MEMORY_ALIGNMENT = 8, // For 64 bit formats on ARM64 enumerator
43 buffer = vk::allocate(size, REQUIRED_MEMORY_ALIGNMENT, DEVICE_MEMORY); in allocate()
60 memoryRequirements.alignment = REQUIRED_MEMORY_ALIGNMENT; in getMemoryRequirements()
38 memory = vk::allocate(size, REQUIRED_MEMORY_ALIGNMENT, pAllocator, T::GetAllocationScope()); in Create()
51 memoryRequirements.alignment = vk::REQUIRED_MEMORY_ALIGNMENT; in getMemoryRequirements()