| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_border_color.c | 76 pool->map = iris_bo_map(NULL, pool->bo, MAP_WRITE);
|
| H A D | iris_batch.c | 141 .map = iris_bo_map(batch->dbg, bo, MAP_READ) + 156 void *map = iris_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); 341 batch->map = iris_bo_map(NULL, batch->bo, MAP_READ | MAP_WRITE);
|
| H A D | iris_binder.c | 91 binder->map = iris_bo_map(NULL, binder->bo, MAP_WRITE);
|
| H A D | iris_bufmgr.h | 201 * using iris_bo_map() to be used by the CPU. 263 MUST_CHECK void *iris_bo_map(struct pipe_debug_callback *dbg,
|
| H A D | iris_resource.c | 431 void *map = iris_bo_map(NULL, res->aux.bo, MAP_WRITE | MAP_RAW); 1040 iris_bo_map(map->dbg, staging_bo, xfer->usage & MAP_FLAGS) + extra; 1124 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); 1174 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); 1233 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); 1278 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); 1303 void *ptr = iris_bo_map(map->dbg, res->bo, xfer->usage & MAP_FLAGS);
|
| H A D | iris_bufmgr.c | 428 void *map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); 1059 iris_bo_map(struct pipe_debug_callback *dbg, function in typeref:typename:void *
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_border_color.c | 76 pool->map = iris_bo_map(NULL, pool->bo, MAP_WRITE);
|
| H A D | iris_perf.c | 90 perf_cfg->vtbl.bo_map = (bo_map_t)iris_bo_map;
|
| H A D | iris_binder.c | 91 binder->map = iris_bo_map(NULL, binder->bo, MAP_WRITE);
|
| H A D | iris_bufmgr.h | 280 * using iris_bo_map() to be used by the CPU. 325 MUST_CHECK void *iris_bo_map(struct pipe_debug_callback *dbg,
|
| H A D | iris_resource.c | 862 void *map = iris_bo_map(NULL, res->aux.bo, MAP_WRITE | MAP_RAW); 1894 iris_bo_map(map->dbg, staging_bo, xfer->usage & MAP_FLAGS) + extra; 1970 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); 2017 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); 2075 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); 2119 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); 2144 void *ptr = iris_bo_map(map->dbg, res->bo, xfer->usage & MAP_FLAGS); 2456 uint8_t *dst = iris_bo_map(&ice->dbg, res->bo, MAP_WRITE | MAP_RAW);
|
| H A D | iris_measure.c | 108 measure->base.timestamps = iris_bo_map(NULL, measure->bo, MAP_READ);
|
| H A D | iris_batch.c | 141 .map = iris_bo_map(batch->dbg, bo, MAP_READ), 167 void *map = iris_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); 383 batch->map = iris_bo_map(NULL, batch->bo, MAP_READ | MAP_WRITE);
|
| H A D | iris_bufmgr.c | 811 void *map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); 899 void *map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); 1528 iris_bo_map(struct pipe_debug_callback *dbg, function in typeref:typename:void * 1537 map = iris_bo_map(dbg, real, flags | MAP_ASYNC) + offset; 1544 DBG("iris_bo_map: %d (%s)\n", bo->gem_handle, bo->name); 1562 DBG("iris_bo_map: %d (%s) -> %p\n", 2180 buf->map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW);
|
| H A D | iris_screen.c | 732 bo_map = iris_bo_map(NULL, screen->workaround_bo, MAP_READ | MAP_WRITE);
|