Home
last modified time | relevance | path

Searched refs:util_vma_heap_init (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/util/
H A Dvma.h46 void util_vma_heap_init(struct util_vma_heap *heap,
H A Dvma.c46 util_vma_heap_init(struct util_vma_heap *heap, in util_vma_heap_init() function
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_device.c76 util_vma_heap_init(&dev->address_space, req.value, _4GB - req.value); in etna_device_new()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c2428 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_SHADER], in iris_bufmgr_create()
2430 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_BINDER], in iris_bufmgr_create()
2432 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_BINDLESS], in iris_bufmgr_create()
2434 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_SURFACE], in iris_bufmgr_create()
2449 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_DYNAMIC], in iris_bufmgr_create()
2456 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_OTHER], in iris_bufmgr_create()
/third_party/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp78 util_vma_heap_init(&heap, MEM_START_PAGE * MEM_PAGE_SIZE, MEM_SIZE);
/third_party/mesa3d/src/drm-shim/
H A Ddevice.c108 util_vma_heap_init(&shim_device.mem_heap, shim_page_size, in drm_shim_device_init()
/third_party/mesa3d/src/imagination/vulkan/winsys/
H A Dpvr_winsys_helper.c110 util_vma_heap_init(&heap->vma_heap, vma_heap_begin_addr.addr, vma_heap_size); in pvr_winsys_helper_winsys_heap_init()
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c207 util_vma_heap_init(&virtio_dev->address_space, in virtio_device_new()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c960 util_vma_heap_init(&pool->bo_heap, POOL_HEAP_OFFSET, descriptor_bo_size); in anv_CreateDescriptorPool()
1020 util_vma_heap_init(&pool->bo_heap, POOL_HEAP_OFFSET, pool->bo->size); in anv_ResetDescriptorPool()
H A Danv_device.c3255 util_vma_heap_init(&device->vma_lo, in anv_CreateDevice()
3258 util_vma_heap_init(&device->vma_cva, CLIENT_VISIBLE_HEAP_MIN_ADDRESS, in anv_CreateDevice()
3265 util_vma_heap_init(&device->vma_hi, HIGH_HEAP_MIN_ADDRESS, in anv_CreateDevice()

Completed in 15 milliseconds