Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h11049 struct MoveAllocationData struct
11076 static MoveAllocationData GetMoveData(VmaAllocHandle handle, VmaBlockMetadata* metadata);
11080 …bool AllocInOtherBlock(size_t start, size_t end, MoveAllocationData& data, VmaBlockVector& vector);
13369 VmaDefragmentationContext_T::MoveAllocationData VmaDefragmentationContext_T::GetMoveData( in GetMoveData()
13372 MoveAllocationData moveData; in GetMoveData()
13427 MoveAllocationData moveData = GetMoveData(handle, metadata); in ReallocWithinBlock()
13477 bool VmaDefragmentationContext_T::AllocInOtherBlock(size_t start, size_t end, MoveAllocationData& d… in AllocInOtherBlock()
13516 MoveAllocationData moveData = GetMoveData(handle, metadata); in ComputeDefragmentation_Fast()
13563 MoveAllocationData moveData = GetMoveData(handle, metadata); in ComputeDefragmentation_Balanced()
13650 MoveAllocationData moveData = GetMoveData(handle, metadata); in ComputeDefragmentation_Full()
[all …]
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h11025 struct MoveAllocationData struct
11050 static MoveAllocationData GetMoveData(VmaAllocHandle handle, VmaBlockMetadata* metadata);
11054 …bool AllocInOtherBlock(size_t start, size_t end, MoveAllocationData& data, VmaBlockVector& vector);
13337 VmaDefragmentationContext_T::MoveAllocationData VmaDefragmentationContext_T::GetMoveData( in GetMoveData()
13340 MoveAllocationData moveData; in GetMoveData()
13389 MoveAllocationData moveData = GetMoveData(handle, metadata); in ReallocWithinBlock()
13439 bool VmaDefragmentationContext_T::AllocInOtherBlock(size_t start, size_t end, MoveAllocationData& d… in AllocInOtherBlock()
13478 MoveAllocationData moveData = GetMoveData(handle, metadata); in ComputeDefragmentation_Fast()
13525 MoveAllocationData moveData = GetMoveData(handle, metadata); in ComputeDefragmentation_Balanced()
13612 MoveAllocationData moveData = GetMoveData(handle, metadata); in ComputeDefragmentation_Full()
[all …]