Searched refs:VmaIsPow2 (Results 1 – 1 of 1) sorted by relevance
4271 inline bool VmaIsPow2(T x) in VmaIsPow2() function15575 VMA_ASSERT(VmaIsPow2(VMA_DEBUG_ALIGNMENT)); in VmaAllocator_T()15576 VMA_ASSERT(VmaIsPow2(VMA_DEBUG_MIN_BUFFER_IMAGE_GRANULARITY)); in VmaAllocator_T()15577 VMA_ASSERT(VmaIsPow2(m_PhysicalDeviceProperties.limits.bufferImageGranularity)); in VmaAllocator_T()15578 VMA_ASSERT(VmaIsPow2(m_PhysicalDeviceProperties.limits.nonCoherentAtomSize)); in VmaAllocator_T()16278 VMA_ASSERT(VmaIsPow2(vkMemReq.alignment)); in AllocateMemory()