Searched refs:util_vma_heap_free (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dvma.h46 void util_vma_heap_free(struct util_vma_heap *heap,
H A Dvma.c46 util_vma_heap_free(heap, start, size);
75 * holes during a util_vma_heap_free.
169 util_vma_heap_free(struct util_vma_heap *heap, function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dvma.h56 void util_vma_heap_free(struct util_vma_heap *heap,
H A Dvma.c50 util_vma_heap_free(heap, start, size);
82 * holes during a util_vma_heap_free.
242 util_vma_heap_free(struct util_vma_heap *heap, function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/util/tests/vma/
H A Dvma_random_test.cpp157 util_vma_heap_free(&heap, a.start_page * MEM_PAGE_SIZE,
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A Ddevice.c330 util_vma_heap_free(&shim_device.mem_heap, bo->mem_addr, bo->size);
/xsrc/external/mit/MesaLib/dist/src/util/tests/vma/
H A Dvma_random_test.cpp162 util_vma_heap_free(&heap, a.start_page * MEM_PAGE_SIZE,
/xsrc/external/mit/MesaLib/dist/src/broadcom/drm-shim/
H A Dv3dx.c351 util_vma_heap_free(&v3d.heap, bo->offset, bo->base.size);
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_bo.c54 util_vma_heap_free(&bo->dev->address_space, bo->va, bo->size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c308 util_vma_heap_free(&bufmgr->vma_allocator[memzone], address, size);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c445 util_vma_heap_free(&bufmgr->vma_allocator[memzone], address, size);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c3593 util_vma_heap_free(&device->vma_lo, addr_48b, size);
3596 util_vma_heap_free(&device->vma_cva, addr_48b, size);
3599 util_vma_heap_free(&device->vma_hi, addr_48b, size);
H A Danv_descriptor_set.c1166 util_vma_heap_free(&pool->bo_heap,
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_descriptor_set.c1000 util_vma_heap_free(&pool->bo_heap,
H A Danv_device.c2685 util_vma_heap_free(&device->vma_lo, addr_48b, bo->size);
2693 util_vma_heap_free(&device->vma_hi, addr_48b, bo->size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c405 util_vma_heap_free(&bufmgr->vma_allocator[memzone], address, size);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c468 util_vma_heap_free(&bufmgr->vma_allocator[memzone], address, size);

Completed in 34 milliseconds