Home
last modified time | relevance | path

Searched refs:IRIS_MEMZONE_OTHER (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h78 IRIS_MEMZONE_OTHER, enumerator
84 #define IRIS_MEMZONE_COUNT (IRIS_MEMZONE_OTHER + 1)
Diris_bufmgr.c143 [IRIS_MEMZONE_OTHER] = "other", in memzone_name()
331 return IRIS_MEMZONE_OTHER; in iris_memzone_for_address()
629 enum iris_memory_zone memzone = IRIS_MEMZONE_OTHER; in iris_slab_alloc()
997 if (memzone != IRIS_MEMZONE_OTHER || (flags & BO_ALLOC_COHERENT)) in iris_bo_alloc()
1058 if (memzone < IRIS_MEMZONE_OTHER) in iris_bo_alloc()
1205 bo->address = vma_alloc(bufmgr, IRIS_MEMZONE_OTHER, bo->size, 1); in iris_bo_gem_create_from_name()
1809 vma_alloc(bufmgr, IRIS_MEMZONE_OTHER, bo->size, 64 * 1024); in iris_bo_import_dmabuf()
2159 bo->address = vma_alloc(bufmgr, IRIS_MEMZONE_OTHER, bo->size, 64 * 1024); in intel_aux_map_buffer_alloc()
2303 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_OTHER], in iris_bufmgr_create()
Diris_perf.c29 return iris_bo_alloc(bufmgr, name, size, 1, IRIS_MEMZONE_OTHER, BO_ALLOC_SMEM); in iris_oa_bo_alloc()
Diris_measure.c107 IRIS_MEMZONE_OTHER, BO_ALLOC_ZEROED); in iris_init_batch_measure()
Diris_resource.c952 IRIS_MEMZONE_OTHER, BO_ALLOC_ZEROED); in iris_resource_finish_aux_import()
1007 enum iris_memory_zone memzone = IRIS_MEMZONE_OTHER; in iris_resource_create_for_buffer()
1067 enum iris_memory_zone memzone = IRIS_MEMZONE_OTHER; in iris_resource_create_with_modifiers()
1181 IRIS_MEMZONE_OTHER); in iris_resource_from_user_memory()
Diris_screen.c805 IRIS_MEMZONE_OTHER, BO_ALLOC_NO_SUBALLOC); in iris_screen_create()
Diris_batch.c381 IRIS_MEMZONE_OTHER, BO_ALLOC_NO_SUBALLOC); in create_batch()