/external/minigbm/ |
D | vc4.c | 111 struct drm_vc4_mmap_bo bo_map = { 0 }; in vc4_bo_map() local 113 bo_map.handle = bo->handles[0].u32; in vc4_bo_map() 114 ret = drmCommandWriteRead(bo->drv->fd, DRM_VC4_MMAP_BO, &bo_map, sizeof(bo_map)); in vc4_bo_map() 122 bo_map.offset); in vc4_bo_map() 132 .bo_map = vc4_bo_map,
|
D | dumb_driver.c | 18 .bo_map = drv_dumb_bo_map, \
|
D | exynos.c | 108 .bo_map = drv_dumb_bo_map,
|
D | drv_priv.h | 89 void *(*bo_map)(struct bo *bo, struct vma *vma, size_t plane, uint32_t map_flags); member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_pipe_control.c | 377 void *bo_map; in init_identifier_bo() local 382 bo_map = brw_bo_map(NULL, brw->workaround_bo, MAP_READ | MAP_WRITE); in init_identifier_bo() 383 if (!bo_map) in init_identifier_bo() 388 ALIGN(intel_debug_write_identifiers(bo_map, 4096, "i965") + 8, 8); in init_identifier_bo()
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_device.h | 126 struct util_sparse_array bo_map; member 168 return util_sparse_array_get(&dev->bo_map, gem_handle); in pan_lookup_bo()
|
D | pan_props.c | 219 util_sparse_array_init(&dev->bo_map, sizeof(struct panfrost_bo), 512); in panfrost_open_device() 243 util_sparse_array_finish(&dev->bo_map); in panfrost_close_device()
|
/external/mesa3d/src/intel/tools/ |
D | aub_mem.c | 32 struct bo_map { struct 56 struct bo_map *m = calloc(1, sizeof(*m)); in add_gtt_bo_map() argument 67 list_for_each_entry_safe(struct bo_map, i, &mem->maps, link) { in aub_mem_clear_bo_maps() 248 list_for_each_entry(struct bo_map, i, &mem->maps, link) in aub_mem_get_ggtt_bo() 325 list_for_each_entry(struct bo_map, i, &mem->maps, link) in aub_mem_get_ppgtt_bo()
|
/external/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator.c | 101 struct hash_table *bo_map; member 252 _mesa_hash_table_insert(file->bo_map, int_to_key(handle), in v3d_create_simulator_bo_for_gem() 287 _mesa_hash_table_remove_key(sim_file->bo_map, in v3d_free_simulator_bo() 302 _mesa_hash_table_search(file->bo_map, int_to_key(gem_handle)); in v3d_get_simulator_bo() 649 sim_file->bo_map = in v3d_simulator_init()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 92 struct hash_table *bo_map; member 167 _mesa_hash_table_insert(file->bo_map, int_to_key(handle), bo); in vc4_create_simulator_bo() 211 _mesa_hash_table_remove_key(sim_file->bo_map, in vc4_free_simulator_bo() 223 _mesa_hash_table_search(file->bo_map, int_to_key(gem_handle)); in vc4_get_simulator_bo() 675 screen->sim_file->bo_map = in vc4_simulator_init()
|
/external/libdrm/radeon/ |
D | radeon_bo_gem.c | 148 static int bo_map(struct radeon_bo_int *boi, int write) in bo_map() function 274 .bo_map = bo_map,
|
D | radeon_bo_int.h | 33 int (*bo_map)(struct radeon_bo_int *bo, int write); member
|
D | radeon_bo.c | 73 return boi->bom->funcs->bo_map(boi, write); in radeon_bo_map()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 731 void *bo_map; in iris_init_identifier_bo() local 733 bo_map = iris_bo_map(NULL, screen->workaround_bo, MAP_READ | MAP_WRITE); in iris_init_identifier_bo() 734 if (!bo_map) in iris_init_identifier_bo() 741 intel_debug_write_identifiers(bo_map, 4096, "Iris") + 8, 8), in iris_init_identifier_bo()
|
D | iris_perf.c | 90 perf_cfg->vtbl.bo_map = (bo_map_t)iris_bo_map; in iris_perf_init_vtbl()
|
/external/libdrm/tests/modetest/ |
D | buffers.c | 91 static int bo_map(struct bo *bo, void **out) in bo_map() function 231 ret = bo_map(bo, &virtual); in bo_create()
|
/external/libdrm/libkms/ |
D | internal.h | 49 int (*bo_map)(struct kms_bo *bo, void **out); member
|
D | api.c | 118 return bo->kms->bo_map(bo, out); in kms_bo_map()
|
D | vmwgfx.c | 196 kms->bo_map = vmwgfx_bo_map; in vmwgfx_create()
|
D | nouveau.c | 209 kms->bo_map = nouveau_bo_map; in nouveau_create()
|
D | exynos.c | 211 kms->bo_map = exynos_bo_map; in exynos_create()
|
D | dumb.c | 207 kms->bo_map = dumb_bo_map; in dumb_create()
|
D | radeon.c | 230 kms->bo_map = radeon_bo_map; in radeon_create()
|
/external/mesa3d/src/gbm/main/ |
D | gbmint.h | 76 void *(*bo_map)(struct gbm_bo *bo, member
|
/external/libdrm/intel/ |
D | intel_bufmgr_priv.h | 114 int (*bo_map) (drm_intel_bo *bo, int write_enable); member
|