Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h73 IRIS_MEMZONE_OTHER, enumerator
79 #define IRIS_MEMZONE_COUNT (IRIS_MEMZONE_OTHER + 1)
Diris_bufmgr.c122 [IRIS_MEMZONE_OTHER] = "other", in memzone_name()
268 return IRIS_MEMZONE_OTHER; in iris_memzone_for_address()
567 if (memzone < IRIS_MEMZONE_OTHER) in bo_alloc_internal()
722 bo->gtt_offset = vma_alloc(bufmgr, IRIS_MEMZONE_OTHER, bo->size, 1); in iris_bo_gem_create_from_name()
1439 vma_alloc(bufmgr, IRIS_MEMZONE_OTHER, bo->size, 64 * 1024); in iris_bo_import_dmabuf()
1775 IRIS_MEMZONE_OTHER, I915_TILING_NONE, 0, 0); in gen_aux_map_buffer_alloc()
1877 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_OTHER], in iris_bufmgr_create()
Diris_perf.c29 return iris_bo_alloc(bufmgr, name, size, IRIS_MEMZONE_OTHER); in iris_oa_bo_alloc()
Diris_resource.c848 clear_color_state_size, 1, IRIS_MEMZONE_OTHER, in iris_resource_finish_aux_import()
869 enum iris_memory_zone memzone = IRIS_MEMZONE_OTHER; in iris_resource_create_for_buffer()
920 enum iris_memory_zone memzone = IRIS_MEMZONE_OTHER; in iris_resource_create_with_modifiers()
1035 IRIS_MEMZONE_OTHER); in iris_resource_from_user_memory()
Diris_screen.c801 iris_bo_alloc(screen->bufmgr, "workaround", 4096, IRIS_MEMZONE_OTHER); in iris_screen_create()
Diris_batch.c358 BATCH_SZ + BATCH_RESERVED, IRIS_MEMZONE_OTHER); in create_batch()