Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h7865 const size_t freeSuballocCount = m_FreeSuballocationsBySize.size(); in CreateAllocationRequest() local
7866 if(freeSuballocCount > 0) in CreateAllocationRequest()
7873 m_FreeSuballocationsBySize.data() + freeSuballocCount, in CreateAllocationRequest()
7877 for(; index < freeSuballocCount; ++index) in CreateAllocationRequest()
7926 for(size_t index = freeSuballocCount; index--; ) in CreateAllocationRequest()
/external/skia/vma_android/include/
Dvk_mem_alloc.h6997 const size_t freeSuballocCount = m_FreeSuballocationsBySize.size();
6998 if (freeSuballocCount > 0)
7006 m_FreeSuballocationsBySize.data() + freeSuballocCount,
7010 for (; index < freeSuballocCount; ++index)
7046 for (size_t index = freeSuballocCount; index--; )
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h7060 const size_t freeSuballocCount = m_FreeSuballocationsBySize.size();
7061 if (freeSuballocCount > 0)
7069 m_FreeSuballocationsBySize.data() + freeSuballocCount,
7073 for (; index < freeSuballocCount; ++index)
7109 for (size_t index = freeSuballocCount; index--; )