Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h13876 VmaAllocationRequest dstAllocRequest; in DefragmentRound() local
13887 &dstAllocRequest) && in DefragmentRound()
13889 dstBlockIndex, dstAllocRequest.offset, srcBlockIndex, srcOffset)) in DefragmentRound()
13891 VMA_ASSERT(dstAllocRequest.itemsToMakeLostCount == 0); in DefragmentRound()
13904 move.dstOffset = dstAllocRequest.offset; in DefragmentRound()
13913 dstAllocRequest, in DefragmentRound()
13921 …_hAllocation->ChangeBlockAllocation(m_hAllocator, pDstBlockInfo->m_pBlock, dstAllocRequest.offset); in DefragmentRound()