Searched refs:util_vma_heap_init (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/util/ |
D | vma.h | 46 void util_vma_heap_init(struct util_vma_heap *heap,
|
D | vma.c | 46 util_vma_heap_init(struct util_vma_heap *heap, in util_vma_heap_init() function
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_device.c | 76 util_vma_heap_init(&dev->address_space, req.value, _4GB - req.value); in etna_device_new()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 2428 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/ |
D | vma_random_test.cpp | 78 util_vma_heap_init(&heap, MEM_START_PAGE * MEM_PAGE_SIZE, MEM_SIZE);
|
/third_party/mesa3d/src/drm-shim/ |
D | device.c | 108 util_vma_heap_init(&shim_device.mem_heap, shim_page_size, in drm_shim_device_init()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/ |
D | pvr_winsys_helper.c | 110 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/ |
D | virtio_device.c | 207 util_vma_heap_init(&virtio_dev->address_space, in virtio_device_new()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_descriptor_set.c | 960 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()
|
D | anv_device.c | 3255 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/ |
D | 19.1.0.rst | 3319 - iris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADER
|