Home
last modified time | relevance | path

Searched refs:VmaIsPow2 (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4271 inline bool VmaIsPow2(T x) in VmaIsPow2() function
15575 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()