Home
last modified time | relevance | path

Searched refs:bo_map (Results 1 – 25 of 47) sorted by relevance

12

/external/minigbm/
Dvc4.c111 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,
Ddumb_driver.c18 .bo_map = drv_dumb_bo_map, \
Dexynos.c108 .bo_map = drv_dumb_bo_map,
Ddrv_priv.h89 void *(*bo_map)(struct bo *bo, struct vma *vma, size_t plane, uint32_t map_flags); member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pipe_control.c377 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/
Dpan_device.h126 struct util_sparse_array bo_map; member
168 return util_sparse_array_get(&dev->bo_map, gem_handle); in pan_lookup_bo()
Dpan_props.c219 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/
Daub_mem.c32 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/
Dv3d_simulator.c101 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/
Dvc4_simulator.c92 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/
Dradeon_bo_gem.c148 static int bo_map(struct radeon_bo_int *boi, int write) in bo_map() function
274 .bo_map = bo_map,
Dradeon_bo_int.h33 int (*bo_map)(struct radeon_bo_int *bo, int write); member
Dradeon_bo.c73 return boi->bom->funcs->bo_map(boi, write); in radeon_bo_map()
/external/mesa3d/src/gallium/drivers/iris/
Diris_screen.c731 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()
Diris_perf.c90 perf_cfg->vtbl.bo_map = (bo_map_t)iris_bo_map; in iris_perf_init_vtbl()
/external/libdrm/tests/modetest/
Dbuffers.c91 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/
Dinternal.h49 int (*bo_map)(struct kms_bo *bo, void **out); member
Dapi.c118 return bo->kms->bo_map(bo, out); in kms_bo_map()
Dvmwgfx.c196 kms->bo_map = vmwgfx_bo_map; in vmwgfx_create()
Dnouveau.c209 kms->bo_map = nouveau_bo_map; in nouveau_create()
Dexynos.c211 kms->bo_map = exynos_bo_map; in exynos_create()
Ddumb.c207 kms->bo_map = dumb_bo_map; in dumb_create()
Dradeon.c230 kms->bo_map = radeon_bo_map; in radeon_create()
/external/mesa3d/src/gbm/main/
Dgbmint.h76 void *(*bo_map)(struct gbm_bo *bo, member
/external/libdrm/intel/
Dintel_bufmgr_priv.h114 int (*bo_map) (drm_intel_bo *bo, int write_enable); member

12