Searched refs:itemsPerBlock (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ |
D | GrAllocator.h | 31 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/ |
D | GrTBlockList.h | 62 explicit GrTBlockList(int itemsPerBlock, 66 GrBlockAllocator::BlockOverhead<alignof(T)>() + sizeof(T)*itemsPerBlock) {}
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3041 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/ |
D | vk_mem_alloc.h | 4224 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()
|