Home
last modified time | relevance | path

Searched refs:MAP_READ (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.h223 #define MAP_READ PIPE_MAP_READ macro
232 #define MAP_FLAGS (MAP_READ | MAP_WRITE | MAP_ASYNC | \
Dcrocus_program_cache.c146 void *map = crocus_bo_map(NULL, new_bo, MAP_READ | MAP_WRITE | in crocus_cache_new_bo()
295 MAP_READ | MAP_WRITE | MAP_ASYNC | MAP_PERSISTENT); in crocus_init_program_cache()
Dcrocus_batch.c137 .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()
Dcrocus_context.c58 bo_map = crocus_bo_map(NULL, ice->workaround_bo, MAP_READ | MAP_WRITE); in crocus_init_identifier_bo()
Dcrocus_bufmgr.c764 if (flags & MAP_READ) in print_flags()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h335 #define MAP_READ PIPE_MAP_READ macro
344 #define MAP_FLAGS (MAP_READ | MAP_WRITE | MAP_ASYNC | \
Diris_utrace.c79 uint64_t *ts = iris_bo_map(NULL, bo, MAP_READ); in iris_utrace_read_ts()
Diris_batch.c147 .map = iris_bo_map(batch->dbg, bo, MAP_READ | MAP_ASYNC), in decode_get_bo()
173 void *map = iris_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); in decode_batch()
493 batch->map = iris_bo_map(NULL, batch->bo, MAP_READ | MAP_WRITE); in create_batch()
Diris_measure.c123 measure->base.timestamps = iris_bo_map(NULL, measure->bo, MAP_READ); in iris_init_batch_measure()
Diris_screen.c754 bo_map = iris_bo_map(NULL, screen->workaround_bo, MAP_READ | MAP_WRITE); in iris_init_identifier_bo()
Diris_bufmgr.c1524 if (flags & MAP_READ) in print_flags()
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c51 #define MAP_READ (1 << 0) macro
1086 query->oa.map = perf_cfg->vtbl.bo_map(perf_ctx->ctx, query->oa.bo, MAP_READ); in read_oa_samples_for_query()
1533 uint64_t *start = perf_cfg->vtbl.bo_map(perf_ctx->ctx, query->pipeline_stats.bo, MAP_READ); in get_pipeline_stats_data()
/third_party/gstreamer/gstplugins_base/
DChangeLog56746 that the base class has already mapped (with MAP_READ),