Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrAllocator.h31 GrAllocator(size_t itemSize, int itemsPerBlock, void* initialBlock) in GrAllocator() argument
33 , fItemsPerBlock(itemsPerBlock) in GrAllocator()
37 SkASSERT(itemsPerBlock > 0); in GrAllocator()
259 explicit GrTAllocator(int itemsPerBlock) in GrTAllocator() argument
260 : fAllocator(sizeof(T), itemsPerBlock, nullptr) {} in GrTAllocator()
/external/skia/src/gpu/
DGrTBlockList.h62 explicit GrTBlockList(int itemsPerBlock,
66 GrBlockAllocator::BlockOverhead<alignof(T)>() + sizeof(T)*itemsPerBlock) {}
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3041 VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, size_t itemsPerBlock);
3068 …tor<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, size_t itemsPerBlock) : in VmaPoolAllocator() argument
3070 m_ItemsPerBlock(itemsPerBlock), in VmaPoolAllocator()
3073 VMA_ASSERT(itemsPerBlock > 0); in VmaPoolAllocator()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h4224 VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, size_t itemsPerBlock);
4251 …tor<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, size_t itemsPerBlock) : in VmaPoolAllocator() argument
4253 m_ItemsPerBlock(itemsPerBlock), in VmaPoolAllocator()
4256 VMA_ASSERT(itemsPerBlock > 0); in VmaPoolAllocator()