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.c72 util_vma_heap_init(&dev->address_space, req.value, _4GB - req.value); in etna_device_new()
/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.c106 util_vma_heap_init(&shim_device.mem_heap, shim_page_size, in drm_shim_device_init()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c2281 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_SHADER], in iris_bufmgr_create()
2283 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_BINDLESS], in iris_bufmgr_create()
2285 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_SURFACE], in iris_bufmgr_create()
2296 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_DYNAMIC], in iris_bufmgr_create()
2303 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_OTHER], in iris_bufmgr_create()
/third_party/mesa3d/src/broadcom/drm-shim/
Dv3dx.c367 util_vma_heap_init(&v3d.heap, 4096, v3d.mem_size - 4096); in v3dX()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c1898 util_vma_heap_init(&bufmgr->vma_allocator[BRW_MEMZONE_LOW_4G], in brw_bufmgr_create()
1904 util_vma_heap_init(&bufmgr->vma_allocator[BRW_MEMZONE_OTHER], in brw_bufmgr_create()
/third_party/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c882 util_vma_heap_init(&pool->bo_heap, POOL_HEAP_OFFSET, descriptor_bo_size); in anv_CreateDescriptorPool()
942 util_vma_heap_init(&pool->bo_heap, POOL_HEAP_OFFSET, pool->bo->size); in anv_ResetDescriptorPool()
Danv_device.c3068 util_vma_heap_init(&device->vma_lo, in anv_CreateDevice()
3071 util_vma_heap_init(&device->vma_cva, CLIENT_VISIBLE_HEAP_MIN_ADDRESS, in anv_CreateDevice()
3078 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