| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_border_color.c | 73 pool->bo = iris_bo_alloc(bufmgr, "border colors",
|
| iris_perf.c | 29 return iris_bo_alloc(bufmgr, name, size, 1, IRIS_MEMZONE_OTHER, BO_ALLOC_SMEM);
|
| iris_binder.c | 88 binder->bo = iris_bo_alloc(bufmgr, "binder", IRIS_BINDER_SIZE, 1,
|
| iris_bufmgr.h | 282 struct iris_bo *iris_bo_alloc(struct iris_bufmgr *bufmgr,
|
| iris_measure.c | 105 measure->bo = iris_bo_alloc(bufmgr, "measure",
|
| iris_resource.c | 950 iris_bo_alloc(screen->bufmgr, "clear color_buffer", 1026 iris_bo_alloc(screen->bufmgr, name, templ->width0, 1, memzone, flags); 1112 iris_bo_alloc(screen->bufmgr, name, bo_size, alignment, memzone, flags); 1784 iris_bo_alloc(screen->bufmgr, res->bo->name, resource->width0, 1,
|
| iris_screen.c | 804 iris_bo_alloc(screen->bufmgr, "workaround", 4096, 1,
|
| iris_bufmgr.c | 686 iris_bo_alloc(bufmgr, "slab", slab_size, slab_size, memzone, flags); 991 iris_bo_alloc(struct iris_bufmgr *bufmgr, function
|
| iris_batch.c | 379 batch->bo = iris_bo_alloc(bufmgr, "command buffer",
|
| iris_program.c | 2375 *bop = iris_bo_alloc(bufmgr, "scratch", size, 1, IRIS_MEMZONE_SHADER, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_border_color.c | 73 pool->bo = iris_bo_alloc(bufmgr, "border colors",
|
| iris_binder.c | 89 iris_bo_alloc(bufmgr, "binder", IRIS_BINDER_SIZE, IRIS_MEMZONE_BINDER);
|
| iris_bufmgr.h | 203 struct iris_bo *iris_bo_alloc(struct iris_bufmgr *bufmgr,
|
| iris_batch.c | 338 batch->bo = iris_bo_alloc(bufmgr, "command buffer",
|
| iris_screen.c | 586 iris_bo_alloc(screen->bufmgr, "workaround", 4096, IRIS_MEMZONE_OTHER);
|
| iris_resource.c | 540 res->bo = iris_bo_alloc(screen->bufmgr, name, templ->width0, memzone); 932 iris_bo_alloc(screen->bufmgr, res->bo->name, resource->width0,
|
| iris_bufmgr.c | 537 iris_bo_alloc(struct iris_bufmgr *bufmgr, function
|
| iris_program.c | 1444 *bop = iris_bo_alloc(bufmgr, "scratch", size, IRIS_MEMZONE_SHADER);
|