Searched refs:bo_heap (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_descriptor_set.c | 734 util_vma_heap_init(&pool->bo_heap, POOL_HEAP_OFFSET, descriptor_bo_size); 770 util_vma_heap_finish(&pool->bo_heap); 795 util_vma_heap_finish(&pool->bo_heap); 796 util_vma_heap_init(&pool->bo_heap, POOL_HEAP_OFFSET, pool->bo.size); 918 util_vma_heap_alloc(&pool->bo_heap, set_buffer_size, 32); 1000 util_vma_heap_free(&pool->bo_heap,
|
| H A D | anv_private.h | 1775 struct util_vma_heap bo_heap; member in struct:anv_descriptor_pool
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_descriptor_set.c | 882 util_vma_heap_init(&pool->bo_heap, POOL_HEAP_OFFSET, descriptor_bo_size); 915 util_vma_heap_finish(&pool->bo_heap); 941 util_vma_heap_finish(&pool->bo_heap); 942 util_vma_heap_init(&pool->bo_heap, POOL_HEAP_OFFSET, pool->bo->size); 1070 util_vma_heap_alloc(&pool->bo_heap, descriptor_buffer_size, 1166 util_vma_heap_free(&pool->bo_heap,
|
| H A D | anv_private.h | 2078 struct util_vma_heap bo_heap; member in struct:anv_descriptor_pool
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 4439 - anv: release memory allocated by bo_heap when descriptor pool is
|
Completed in 27 milliseconds