Searched refs:iris_bo_map (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_border_color.c76 pool->map = iris_bo_map(NULL, pool->bo, MAP_WRITE);
H A Diris_batch.c141 .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 Diris_binder.c91 binder->map = iris_bo_map(NULL, binder->bo, MAP_WRITE);
H A Diris_bufmgr.h201 * using iris_bo_map() to be used by the CPU.
263 MUST_CHECK void *iris_bo_map(struct pipe_debug_callback *dbg,
H A Diris_resource.c431 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 Diris_bufmgr.c428 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 Diris_border_color.c76 pool->map = iris_bo_map(NULL, pool->bo, MAP_WRITE);
H A Diris_perf.c90 perf_cfg->vtbl.bo_map = (bo_map_t)iris_bo_map;
H A Diris_binder.c91 binder->map = iris_bo_map(NULL, binder->bo, MAP_WRITE);
H A Diris_bufmgr.h280 * using iris_bo_map() to be used by the CPU.
325 MUST_CHECK void *iris_bo_map(struct pipe_debug_callback *dbg,
H A Diris_resource.c862 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 Diris_measure.c108 measure->base.timestamps = iris_bo_map(NULL, measure->bo, MAP_READ);
H A Diris_batch.c141 .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 Diris_bufmgr.c811 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 Diris_screen.c732 bo_map = iris_bo_map(NULL, screen->workaround_bo, MAP_READ | MAP_WRITE);

Completed in 19 milliseconds