Searched refs:crocus_bo_map (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.c | 137 .map = crocus_bo_map(batch->dbg, bo, MAP_READ) + in decode_get_bo() 172 void *map = crocus_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); in decode_batch() 470 grow->map = crocus_bo_map(NULL, grow->bo, MAP_READ | MAP_WRITE); in recreate_growing_buffer() 656 grow->map = crocus_bo_map(NULL, new_bo, MAP_READ | MAP_WRITE); in crocus_grow_buffer() 833 void *bo_map = crocus_bo_map(batch->dbg, batch->command.bo, MAP_WRITE); in submit_batch() 836 bo_map = crocus_bo_map(batch->dbg, batch->state.bo, MAP_WRITE); in submit_batch()
|
D | crocus_program_cache.c | 146 void *map = crocus_bo_map(NULL, new_bo, MAP_READ | MAP_WRITE | in crocus_cache_new_bo() 294 crocus_bo_map(NULL, ice->shaders.cache_bo, in crocus_init_program_cache()
|
D | crocus_resource.c | 569 void *map = crocus_bo_map(NULL, res->aux.bo, MAP_WRITE | MAP_RAW); in crocus_resource_init_aux_buf() 1286 crocus_bo_map(map->dbg, staging_bo, xfer->usage & MAP_FLAGS) + extra; in crocus_map_copy_region() 1381 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_unmap_s8() 1429 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_map_s8() 1486 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_unmap_tiled_memcpy() 1529 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_map_tiled_memcpy() 1559 void *ptr = crocus_bo_map(map->dbg, res->bo, xfer->usage & MAP_FLAGS); in crocus_map_direct()
|
D | crocus_bufmgr.h | 241 MUST_CHECK void *crocus_bo_map(struct util_debug_callback *dbg,
|
D | crocus_context.c | 58 bo_map = crocus_bo_map(NULL, ice->workaround_bo, MAP_READ | MAP_WRITE); in crocus_init_identifier_bo()
|
D | crocus_monitor.c | 191 perf_cfg->vtbl.bo_map = (bo_map_t)crocus_bo_map; in crocus_monitor_init_metrics()
|
D | crocus_bufmgr.c | 333 void *map = crocus_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in alloc_bo_from_cache() 1051 crocus_bo_map(struct util_debug_callback *dbg, in crocus_bo_map() function
|