Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h12841 const VkDeviceSize srcAllocAlignment = pAlloc->GetAlignment(); in Defragment() local
12854 if(freeSpaceDb.Fetch(srcAllocAlignment, srcAllocSize, in Defragment()
12917 dstAllocOffset = VmaAlignUp(dstOffset, srcAllocAlignment); in Defragment()