Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4022 #ifndef VMA_SWAP
4023 #define VMA_SWAP(v1, v2) std::swap((v1), (v2)) macro
4362 VMA_SWAP(*memTypeIndex, *insertIndex); in VmaQuickSortPartition()
4369 VMA_SWAP(*insertIndex, *centerValue); in VmaQuickSortPartition()
4433 VMA_SWAP(suballocType1, suballocType2); in VmaIsBufferImageGranularityConflict()
13032 VMA_SWAP(m_Blocks[i - 1], m_Blocks[i]); in IncrementallySortBlocks()