Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_descriptor_set.c1900 list_for_each_entry_safe(struct dzn_descriptor_heap_pool_entry, entry, &pool->free_heaps, link) { in dzn_descriptor_heap_pool_finish()
1936 &(list_last_entry(&pool->active_heaps, struct dzn_descriptor_heap_pool_entry, link)->heap); in dzn_descriptor_heap_pool_alloc_slots()
1955 struct dzn_descriptor_heap_pool_entry *new_heap = NULL; in dzn_descriptor_heap_pool_alloc_slots()
1957 … list_for_each_entry_safe(struct dzn_descriptor_heap_pool_entry, entry, &pool->free_heaps, link) { in dzn_descriptor_heap_pool_alloc_slots()
H A Ddzn_private.h496 struct dzn_descriptor_heap_pool_entry { struct