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 D | iris_bufmgr.h | 43 * 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 D | iris_bufmgr.c | 128 [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 D | iris_batch.c | 339 BATCH_SZ + BATCH_RESERVED, IRIS_MEMZONE_OTHER);
|
| H A D | iris_resource.c | 424 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 D | iris_screen.c | 586 iris_bo_alloc(screen->bufmgr, "workaround", 4096, IRIS_MEMZONE_OTHER);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_perf.c | 29 return iris_bo_alloc(bufmgr, name, size, 1, IRIS_MEMZONE_OTHER, BO_ALLOC_SMEM);
|
| H A D | iris_bufmgr.h | 49 * 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 D | iris_bufmgr.c | 143 [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 D | iris_measure.c | 107 IRIS_MEMZONE_OTHER, BO_ALLOC_ZEROED);
|
| H A D | iris_resource.c | 952 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 D | iris_screen.c | 805 IRIS_MEMZONE_OTHER, BO_ALLOC_NO_SUBALLOC);
|
| H A D | iris_batch.c | 381 IRIS_MEMZONE_OTHER, BO_ALLOC_NO_SUBALLOC);
|
Completed in 30 milliseconds