Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp2455 std::vector<VkBool32> allocationsChanged(notNullAllocCount); in Defragment() local
2473 defragInfo.pAllocationsChanged = allocationsChanged.data(); in Defragment()
2513 if(allocationsChanged[i] != VK_FALSE) in Defragment()
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp1679 std::vector<VkBool32> allocationsChanged(vmaAllocations.size()); in TestDefragmentationFull() local
1690 …agment(g_hAllocator, vmaAllocations.data(), vmaAllocations.size(), allocationsChanged.data(), &def… in TestDefragmentationFull()
1701 if(allocationsChanged[i]) in TestDefragmentationFull()