Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp1390 PoolAllocator(const ALLOCATION_CALLBACKS& allocationCallbacks, UINT firstBlockCapacity);
1418 …cator<T>::PoolAllocator(const ALLOCATION_CALLBACKS& allocationCallbacks, UINT firstBlockCapacity) : in PoolAllocator() argument
1420 m_FirstBlockCapacity(firstBlockCapacity), in PoolAllocator()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h5204 … VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t firstBlockCapacity);
5231 …:VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t firstBlockCapacity) : in VmaPoolAllocator() argument
5233 m_FirstBlockCapacity(firstBlockCapacity), in VmaPoolAllocator()