Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_descriptor_set.c1955 struct dzn_descriptor_heap_pool_entry *new_heap = NULL; in dzn_descriptor_heap_pool_alloc_slots() local
1959 new_heap = entry; in dzn_descriptor_heap_pool_alloc_slots()
1965 if (!new_heap) { in dzn_descriptor_heap_pool_alloc_slots()
1966 new_heap = in dzn_descriptor_heap_pool_alloc_slots()
1967 vk_zalloc(pool->alloc, sizeof(*new_heap), 8, in dzn_descriptor_heap_pool_alloc_slots()
1969 if (!new_heap) in dzn_descriptor_heap_pool_alloc_slots()
1973 dzn_descriptor_heap_init(&new_heap->heap, device, pool->type, in dzn_descriptor_heap_pool_alloc_slots()
1976 vk_free(&device->vk.alloc, new_heap); in dzn_descriptor_heap_pool_alloc_slots()
1981 list_addtail(&new_heap->link, &pool->active_heaps); in dzn_descriptor_heap_pool_alloc_slots()
1983 last_heap = &new_heap->heap; in dzn_descriptor_heap_pool_alloc_slots()