Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dvma.h50 uint64_t util_vma_heap_alloc(struct util_vma_heap *heap,
Dvma.c142 util_vma_heap_alloc(struct util_vma_heap *heap, in util_vma_heap_alloc() function
/third_party/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp112 uint64_t addr = util_vma_heap_alloc(&heap, size, align); in alloc()
/third_party/mesa3d/src/drm-shim/
Ddevice.c289 bo->mem_addr = util_vma_heap_alloc(&shim_device.mem_heap, size, shim_page_size); in drm_shim_bo_init()
/third_party/mesa3d/src/broadcom/drm-shim/
Dv3dx.c226 bo->offset = util_vma_heap_alloc(&v3d.heap, create->size, 4096); in v3dX()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_bo.c123 bo->va = util_vma_heap_alloc(&dev->address_space, bo->size, 4096); in bo_from_handle()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c3562 addr = util_vma_heap_alloc(&device->vma_cva, size, align); in anv_vma_alloc()
3571 addr = util_vma_heap_alloc(&device->vma_hi, size, align); in anv_vma_alloc()
3574 addr = util_vma_heap_alloc(&device->vma_lo, size, align); in anv_vma_alloc()
Danv_descriptor_set.c1070 util_vma_heap_alloc(&pool->bo_heap, descriptor_buffer_size, in anv_descriptor_set_create()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c436 addr = util_vma_heap_alloc(&bufmgr->vma_allocator[memzone], size, in vma_alloc()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c375 util_vma_heap_alloc(&bufmgr->vma_allocator[memzone], size, alignment); in vma_alloc()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst1643 - util/vma: Factor out the hole splitting part of util_vma_heap_alloc