Searched refs:allocationsChanged (Results 1 – 2 of 2) sorted by relevance
2455 std::vector<VkBool32> allocationsChanged(notNullAllocCount); in Defragment() local2473 defragInfo.pAllocationsChanged = allocationsChanged.data(); in Defragment()2513 if(allocationsChanged[i] != VK_FALSE) in Defragment()
1679 std::vector<VkBool32> allocationsChanged(vmaAllocations.size()); in TestDefragmentationFull() local1690 …agment(g_hAllocator, vmaAllocations.data(), vmaAllocations.size(), allocationsChanged.data(), &def… in TestDefragmentationFull()1701 if(allocationsChanged[i]) in TestDefragmentationFull()