Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c1488 list_splicetail(&pool->active_heaps, &pool->free_heaps); in dzn_descriptor_heap_pool_finish()
1489 list_for_each_entry_safe(struct dzn_descriptor_heap_pool_entry, entry, &pool->free_heaps, link) { in dzn_descriptor_heap_pool_finish()
1511 list_inithead(&pool->free_heaps); in dzn_descriptor_heap_pool_init()
1546 … list_for_each_entry_safe(struct dzn_descriptor_heap_pool_entry, entry, &pool->free_heaps, link) { in dzn_descriptor_heap_pool_alloc_slots()
1585 list_splicetail(&pool->active_heaps, &pool->free_heaps); in dzn_descriptor_heap_pool_reset()
Ddzn_private.h399 struct list_head active_heaps, free_heaps; member