/third_party/mesa3d/src/intel/tools/ |
D | aub_mem.c | 33 struct bo_map { struct 57 struct bo_map *m = calloc(1, sizeof(*m)); in add_gtt_bo_map() argument
|
/third_party/libdrm/libkms/ |
D | internal.h | 49 int (*bo_map)(struct kms_bo *bo, void **out); member
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_pipe_control.c | 377 void *bo_map; in init_identifier_bo() local
|
D | brw_program.c | 656 void *bo_map = brw_bo_map(brw, brw->shader_time.bo, MAP_READ | MAP_WRITE); in brw_collect_shader_time() local
|
D | brw_batch.c | 784 void *bo_map = brw_bo_map(brw, batch->batch.bo, MAP_WRITE); in submit_batch() local
|
/third_party/libdrm/tests/modetest/ |
D | buffers.c | 91 static int bo_map(struct bo *bo, void **out) in bo_map() function
|
/third_party/mesa3d/src/asahi/lib/ |
D | agx_device.h | 59 struct util_sparse_array bo_map; member
|
/third_party/libdrm/radeon/ |
D | radeon_bo_int.h | 33 int (*bo_map)(struct radeon_bo_int *bo, int write); member
|
D | radeon_bo_gem.c | 148 static int bo_map(struct radeon_bo_int *boi, int write) in bo_map() function
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_priv.h | 114 int (*bo_map) (drm_intel_bo *bo, int write_enable); member
|
/third_party/mesa3d/src/gbm/main/ |
D | gbm_backend_abi.h | 128 void *(*bo_map)(struct gbm_bo *bo, member
|
D | gbm_abi_check.c | 76 void *(*bo_map)(struct gbm_bo *bo, member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_context.c | 56 void *bo_map; in crocus_init_identifier_bo() local
|
D | crocus_batch.c | 824 void *bo_map = crocus_bo_map(batch->dbg, batch->command.bo, MAP_WRITE); in submit_batch() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 730 void *bo_map; in iris_init_identifier_bo() local
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_device.h | 179 struct util_sparse_array bo_map; member
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 92 struct hash_table *bo_map; member
|
/third_party/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator.c | 104 struct hash_table *bo_map; member
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf.h | 368 void *(*bo_map)(void *ctx, void *bo, unsigned flags); member
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 811 struct util_sparse_array bo_map; member
|