Searched refs:MAP_READ (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.h | 223 #define MAP_READ PIPE_MAP_READ macro 232 #define MAP_FLAGS (MAP_READ | MAP_WRITE | MAP_ASYNC | \
|
D | crocus_program_cache.c | 146 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()
|
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()
|
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_bufmgr.c | 764 if (flags & MAP_READ) in print_flags()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.h | 335 #define MAP_READ PIPE_MAP_READ macro 344 #define MAP_FLAGS (MAP_READ | MAP_WRITE | MAP_ASYNC | \
|
D | iris_utrace.c | 79 uint64_t *ts = iris_bo_map(NULL, bo, MAP_READ); in iris_utrace_read_ts()
|
D | iris_batch.c | 147 .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()
|
D | iris_measure.c | 123 measure->base.timestamps = iris_bo_map(NULL, measure->bo, MAP_READ); in iris_init_batch_measure()
|
D | iris_screen.c | 754 bo_map = iris_bo_map(NULL, screen->workaround_bo, MAP_READ | MAP_WRITE); in iris_init_identifier_bo()
|
D | iris_bufmgr.c | 1524 if (flags & MAP_READ) in print_flags()
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf_query.c | 51 #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/ |
D | ChangeLog | 56746 that the base class has already mapped (with MAP_READ),
|