Home
last modified time | relevance | path

Searched defs:suballoc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_suballoc.cc28 tu_bo_suballocator_init(struct tu_suballocator *suballoc, in tu_bo_suballocator_init()
43 tu_bo_suballocator_finish(struct tu_suballocator *suballoc) in tu_bo_suballocator_finish()
53 struct tu_suballocator *suballoc, in tu_suballoc_bo_alloc()
107 tu_suballoc_bo_free(struct tu_suballocator *suballoc, struct tu_suballoc_bo *bo) in tu_suballoc_bo_free()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h7653 VmaSuballocation suballoc = {}; in Init() local
7785 const VmaSuballocation& suballoc = *suballocItem; in CalcAllocationStatInfo() local
8081 VmaSuballocation& suballoc = *request.item; in Alloc() local
8144 VmaSuballocation& suballoc = *suballocItem; in Free() local
8161 VmaSuballocation& suballoc = *suballocItem; in FreeAtOffset() local
8178 VmaSuballocation& suballoc = *suballocItem; in ResizeAllocation() local
8494 const VmaSuballocation& suballoc = *suballocItem; in CheckAllocation() local
8605 VmaSuballocation& suballoc = *suballocItem; in FreeSuballocation() local
8804 const VmaSuballocation& suballoc = suballocations2nd[i]; in Validate() local
8829 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate() local
[all …]
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h7797 const VmaSuballocation& suballoc = suballocations2nd[i]; in Validate() local
7829 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate() local
7838 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate() local
7873 const VmaSuballocation& suballoc = suballocations2nd[i]; in Validate() local
7951 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddDetailedStatistics() local
8000 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; in AddDetailedStatistics() local
8048 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddDetailedStatistics() local
8113 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddStatistics() local
8147 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; in AddStatistics() local
8180 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddStatistics() local
[all …]
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h7734 const VmaSuballocation& suballoc = suballocations2nd[i]; in Validate() local
7766 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate() local
7775 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate() local
7810 const VmaSuballocation& suballoc = suballocations2nd[i]; in Validate() local
7888 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddDetailedStatistics() local
7937 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; in AddDetailedStatistics() local
7985 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddDetailedStatistics() local
8050 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddStatistics() local
8097 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; in AddStatistics() local
8143 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddStatistics() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs1107 let suballoc = state.nodes.get(id); in allocate() localVariable