Home
last modified time | relevance | path

Searched refs:active_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()
1510 list_inithead(&pool->active_heaps); in dzn_descriptor_heap_pool_init()
1523 list_is_empty(&pool->active_heaps) ? in dzn_descriptor_heap_pool_alloc_slots()
1525 &(list_last_entry(&pool->active_heaps, struct dzn_descriptor_heap_pool_entry, link)->heap); in dzn_descriptor_heap_pool_alloc_slots()
1570 list_addtail(&new_heap->link, &pool->active_heaps); in dzn_descriptor_heap_pool_alloc_slots()
1585 list_splicetail(&pool->active_heaps, &pool->free_heaps); in dzn_descriptor_heap_pool_reset()
1586 list_inithead(&pool->active_heaps); in dzn_descriptor_heap_pool_reset()
Ddzn_private.h399 struct list_head active_heaps, free_heaps; member