Home
last modified time | relevance | path

Searched refs:suballoc (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_suballoc.c28 tu_bo_suballocator_init(struct tu_suballocator *suballoc, in tu_bo_suballocator_init() argument
32 suballoc->dev = dev; in tu_bo_suballocator_init()
33 suballoc->default_size = default_size; in tu_bo_suballocator_init()
34 suballoc->flags = flags; in tu_bo_suballocator_init()
35 suballoc->bo = NULL; in tu_bo_suballocator_init()
36 suballoc->cached_bo = NULL; in tu_bo_suballocator_init()
40 tu_bo_suballocator_finish(struct tu_suballocator *suballoc) in tu_bo_suballocator_finish() argument
42 if (suballoc->bo) in tu_bo_suballocator_finish()
43 tu_bo_finish(suballoc->dev, suballoc in tu_bo_suballocator_finish()
49 tu_suballoc_bo_alloc(struct tu_suballoc_bo *suballoc_bo, struct tu_suballocator *suballoc, uint32_t size, uint32_t align) tu_suballoc_bo_alloc() argument
104 tu_suballoc_bo_free(struct tu_suballocator *suballoc, struct tu_suballoc_bo *bo) tu_suballoc_bo_free() argument
[all...]
H A Dtu_suballoc.h29 /** Optional BO cached for recycling as the next suballoc->bo, instead of having to allocate one. */
41 tu_bo_suballocator_init(struct tu_suballocator *suballoc,
46 tu_bo_suballocator_finish(struct tu_suballocator *suballoc);
49 tu_suballoc_bo_alloc(struct tu_suballoc_bo *suballoc_bo, struct tu_suballocator *suballoc,
56 tu_suballoc_bo_free(struct tu_suballocator *suballoc, struct tu_suballoc_bo *bo);
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h7418 void InsertSuballoc(VmaBlockMetadata_Generic* pMetadata, const VmaSuballocation& suballoc);
8930 VmaSuballocation suballoc = {}; in Init() local
8931 suballoc.offset = 0; in Init()
8932 suballoc.size = size; in Init()
8933 suballoc.type = VMA_SUBALLOCATION_TYPE_FREE; in Init()
8934 suballoc.hAllocation = VK_NULL_HANDLE; in Init()
8937 m_Suballocations.push_back(suballoc); in Init()
9062 const VmaSuballocation& suballoc = *suballocItem; in CalcAllocationStatInfo() local
9063 if(suballoc.type != VMA_SUBALLOCATION_TYPE_FREE) in CalcAllocationStatInfo()
9065 outInfo.allocationSizeMin = VMA_MIN(outInfo.allocationSizeMin, suballoc in CalcAllocationStatInfo()
9362 VmaSuballocation& suballoc = *request.item; Alloc() local
9425 VmaSuballocation& suballoc = *suballocItem; Free() local
9442 VmaSuballocation& suballoc = *suballocItem; FreeAtOffset() local
9648 const VmaSuballocation& suballoc = *suballocItem; CheckAllocation() local
9759 VmaSuballocation& suballoc = *suballocItem; FreeSuballocation() local
9958 const VmaSuballocation& suballoc = suballocations2nd[i]; Validate() local
9983 const VmaSuballocation& suballoc = suballocations1st[i]; Validate() local
9992 const VmaSuballocation& suballoc = suballocations1st[i]; Validate() local
10020 const VmaSuballocation& suballoc = suballocations2nd[i]; Validate() local
10154 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; CalcAllocationStatInfo() local
10211 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; CalcAllocationStatInfo() local
10267 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; CalcAllocationStatInfo() local
10340 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; AddPoolStats() local
10393 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; AddPoolStats() local
10445 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; AddPoolStats() local
10517 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; PrintDetailedMap() local
10566 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; PrintDetailedMap() local
10613 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; PrintDetailedMap() local
10668 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; PrintDetailedMap() local
10715 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; PrintDetailedMap() local
10763 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; PrintDetailedMap() local
11110 const VmaSuballocation& suballoc = suballocations1st[index1st]; CreateAllocationRequest_LowerAddress() local
11138 const VmaSuballocation& suballoc = suballocations1st[index1st]; CreateAllocationRequest_LowerAddress() local
11247 VmaSuballocation& suballoc = (*suballocations)[index]; MakeRequestedAllocationsLost() local
11288 VmaSuballocation& suballoc = suballocations1st[i]; MakeAllocationsLost() local
11304 VmaSuballocation& suballoc = suballocations2nd[i]; MakeAllocationsLost() local
11330 const VmaSuballocation& suballoc = suballocations1st[i]; CheckCorruption() local
11349 const VmaSuballocation& suballoc = suballocations2nd[i]; CheckCorruption() local
14355 VmaSuballocation suballoc = *srcSuballocIt; Defragment() local
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp2667 Suballocation suballoc = {};
2668 suballoc.offset = 0;
2669 suballoc.size = size;
2670 suballoc.type = SUBALLOCATION_TYPE_FREE;
2671 suballoc.userData = NULL;
2674 m_Suballocations.push_back(suballoc);
2792 const Suballocation& suballoc = *suballocItem;
2793 if(suballoc.offset == offset)
2795 outInfo.size = suballoc.size;
2796 outInfo.pUserData = suballoc
[all...]

Completed in 19 milliseconds