Searched refs:crocus_bo_map (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_batch.c | 138 .map = crocus_bo_map(batch->dbg, bo, MAP_READ) + in decode_get_bo() 173 void *map = crocus_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); in decode_batch() 461 grow->map = crocus_bo_map(NULL, grow->bo, MAP_READ | MAP_WRITE); in recreate_growing_buffer() 647 grow->map = crocus_bo_map(NULL, new_bo, MAP_READ | MAP_WRITE); in crocus_grow_buffer() 824 void *bo_map = crocus_bo_map(batch->dbg, batch->command.bo, MAP_WRITE); in submit_batch() 827 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() 296 crocus_bo_map(NULL, ice->shaders.cache_bo, in crocus_init_program_cache()
|
D | crocus_bufmgr.h | 235 MUST_CHECK void *crocus_bo_map(struct pipe_debug_callback *dbg,
|
D | crocus_resource.c | 560 void *map = crocus_bo_map(NULL, res->aux.bo, MAP_WRITE | MAP_RAW); in crocus_resource_init_aux_buf() 1272 crocus_bo_map(map->dbg, staging_bo, xfer->usage & MAP_FLAGS) + extra; in crocus_map_copy_region() 1367 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_unmap_s8() 1415 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_map_s8() 1472 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_unmap_tiled_memcpy() 1515 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_map_tiled_memcpy() 1545 void *ptr = crocus_bo_map(map->dbg, res->bo, xfer->usage & MAP_FLAGS); in crocus_map_direct()
|
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 | 334 void *map = crocus_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in alloc_bo_from_cache() 1046 crocus_bo_map(struct pipe_debug_callback *dbg, in crocus_bo_map() function
|