Searched refs:IRIS_MEMZONE_OTHER (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.h43 * Most buffers can go anywhere (IRIS_MEMZONE_OTHER). Some buffers are
71 IRIS_MEMZONE_OTHER, enumerator in enum:iris_memory_zone
77 #define IRIS_MEMZONE_COUNT (IRIS_MEMZONE_OTHER + 1)
H A Diris_bufmgr.c128 [IRIS_MEMZONE_OTHER] = "other",
240 return IRIS_MEMZONE_OTHER;
501 if (memzone < IRIS_MEMZONE_OTHER)
665 bo->gtt_offset = vma_alloc(bufmgr, IRIS_MEMZONE_OTHER, bo->size, 1);
1270 bo->gtt_offset = vma_alloc(bufmgr, IRIS_MEMZONE_OTHER, bo->size, 1);
1527 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_OTHER],
H A Diris_batch.c339 BATCH_SZ + BATCH_RESERVED, IRIS_MEMZONE_OTHER);
H A Diris_resource.c424 IRIS_MEMZONE_OTHER, I915_TILING_Y,
527 enum iris_memory_zone memzone = IRIS_MEMZONE_OTHER;
667 enum iris_memory_zone memzone = IRIS_MEMZONE_OTHER;
738 IRIS_MEMZONE_OTHER);
H A Diris_screen.c586 iris_bo_alloc(screen->bufmgr, "workaround", 4096, IRIS_MEMZONE_OTHER);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_perf.c29 return iris_bo_alloc(bufmgr, name, size, 1, IRIS_MEMZONE_OTHER, BO_ALLOC_SMEM);
H A Diris_bufmgr.h49 * Most buffers can go anywhere (IRIS_MEMZONE_OTHER). Some buffers are
78 IRIS_MEMZONE_OTHER, enumerator in enum:iris_memory_zone
84 #define IRIS_MEMZONE_COUNT (IRIS_MEMZONE_OTHER + 1)
H A Diris_bufmgr.c143 [IRIS_MEMZONE_OTHER] = "other",
331 return IRIS_MEMZONE_OTHER;
635 /* We only support slab allocation for IRIS_MEMZONE_OTHER */
636 enum iris_memory_zone memzone = IRIS_MEMZONE_OTHER;
1004 if (memzone != IRIS_MEMZONE_OTHER || (flags & BO_ALLOC_COHERENT))
1065 if (memzone < IRIS_MEMZONE_OTHER)
1212 bo->address = vma_alloc(bufmgr, IRIS_MEMZONE_OTHER, bo->size, 1);
1816 vma_alloc(bufmgr, IRIS_MEMZONE_OTHER, bo->size, 64 * 1024);
2166 bo->address = vma_alloc(bufmgr, IRIS_MEMZONE_OTHER, bo->size, 64 * 1024);
2310 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_OTHER],
[all...]
H A Diris_measure.c107 IRIS_MEMZONE_OTHER, BO_ALLOC_ZEROED);
H A Diris_resource.c952 IRIS_MEMZONE_OTHER, BO_ALLOC_ZEROED);
1007 enum iris_memory_zone memzone = IRIS_MEMZONE_OTHER;
1067 enum iris_memory_zone memzone = IRIS_MEMZONE_OTHER;
1181 IRIS_MEMZONE_OTHER);
H A Diris_screen.c805 IRIS_MEMZONE_OTHER, BO_ALLOC_NO_SUBALLOC);
H A Diris_batch.c381 IRIS_MEMZONE_OTHER, BO_ALLOC_NO_SUBALLOC);

Completed in 30 milliseconds