Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dvma.h46 void util_vma_heap_init(struct util_vma_heap *heap,
Dvma.c46 util_vma_heap_init(struct util_vma_heap *heap, in util_vma_heap_init() function
/third_party/mesa3d/src/etnaviv/drm/
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/
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/
Dvma_random_test.cpp78 util_vma_heap_init(&heap, MEM_START_PAGE * MEM_PAGE_SIZE, MEM_SIZE);
/third_party/mesa3d/src/drm-shim/
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/
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/
Dvirtio_device.c207 util_vma_heap_init(&virtio_dev->address_space, in virtio_device_new()
/third_party/mesa3d/src/intel/vulkan/
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()
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()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst3319 - iris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADER