Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2819 const size_t freeSuballocCount = m_FreeSuballocationsBySize.size(); in CreateAllocationRequest() local
2820 if(freeSuballocCount > 0) in CreateAllocationRequest()
2825 m_FreeSuballocationsBySize.data() + freeSuballocCount, in CreateAllocationRequest()
2829 for(; index < freeSuballocCount; ++index) in CreateAllocationRequest()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h9044 const size_t freeSuballocCount = m_FreeSuballocationsBySize.size(); in CreateAllocationRequest() local
9045 if(freeSuballocCount > 0) in CreateAllocationRequest()
9052 m_FreeSuballocationsBySize.data() + freeSuballocCount, in CreateAllocationRequest()
9056 for(; index < freeSuballocCount; ++index) in CreateAllocationRequest()
9105 for(size_t index = freeSuballocCount; index--; ) in CreateAllocationRequest()