Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c960 util_vma_heap_init(&pool->bo_heap, POOL_HEAP_OFFSET, descriptor_bo_size); in anv_CreateDescriptorPool()
993 util_vma_heap_finish(&pool->bo_heap); in anv_DestroyDescriptorPool()
1019 util_vma_heap_finish(&pool->bo_heap); in anv_ResetDescriptorPool()
1020 util_vma_heap_init(&pool->bo_heap, POOL_HEAP_OFFSET, pool->bo->size); in anv_ResetDescriptorPool()
1154 util_vma_heap_alloc(&pool->bo_heap, descriptor_buffer_size, in anv_descriptor_set_create()
1254 util_vma_heap_free(&pool->bo_heap, in anv_descriptor_set_destroy()
Danv_private.h2034 struct util_vma_heap bo_heap; member
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst4439 - anv: release memory allocated by bo_heap when descriptor pool is