Searched refs:host_heap (Results 1 – 2 of 2) sorted by relevance
1530 util_vma_heap_init(&pool->host_heap, POOL_HEAP_OFFSET, host_mem_size); in anv_CreateDescriptorPool()1590 util_vma_heap_finish(&pool->host_heap); in anv_DestroyDescriptorPool()1614 util_vma_heap_finish(&pool->host_heap); in anv_ResetDescriptorPool()1615 util_vma_heap_init(&pool->host_heap, POOL_HEAP_OFFSET, pool->host_mem_size); in anv_ResetDescriptorPool()1633 uint64_t vma_offset = util_vma_heap_alloc(&pool->host_heap, size, 1); in anv_descriptor_pool_alloc_set()1636 if (size <= pool->host_heap.free_size) { in anv_descriptor_pool_alloc_set()1656 util_vma_heap_free(&pool->host_heap, in anv_descriptor_pool_free_set()
3126 struct util_vma_heap host_heap; member