Searched refs:bo_map (Results 1 – 21 of 21) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 91 struct hash_table *bo_map; member 162 _mesa_hash_table_insert(file->bo_map, int_to_key(handle), bo); in vc4_create_simulator_bo() 183 _mesa_hash_table_search(sim_file->bo_map, in vc4_free_simulator_bo() 185 _mesa_hash_table_remove(sim_file->bo_map, entry); in vc4_free_simulator_bo() 196 _mesa_hash_table_search(file->bo_map, int_to_key(gem_handle)); in vc4_get_simulator_bo() 717 screen->sim_file->bo_map = in vc4_simulator_init()
|
/external/libdrm/radeon/ |
D | radeon_bo_gem.c | 151 static int bo_map(struct radeon_bo_int *boi, int write) in bo_map() function 277 .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 | 76 return boi->bom->funcs->bo_map(boi, write); in radeon_bo_map()
|
/external/libdrm/tests/modetest/ |
D | buffers.c | 95 static int bo_map(struct bo *bo, void **out) in bo_map() function 227 ret = bo_map(bo, &virtual); in bo_create()
|
/external/libdrm/libkms/ |
D | internal.h | 53 int (*bo_map)(struct kms_bo *bo, void **out); member
|
D | api.c | 122 return bo->kms->bo_map(bo, out); in kms_bo_map()
|
D | vmwgfx.c | 200 kms->bo_map = vmwgfx_bo_map; in vmwgfx_create()
|
D | exynos.c | 201 kms->bo_map = exynos_bo_map; in exynos_create()
|
D | nouveau.c | 213 kms->bo_map = nouveau_bo_map; in nouveau_create()
|
D | dumb.c | 211 kms->bo_map = dumb_bo_map; in dumb_create()
|
D | intel.c | 231 kms->bo_map = intel_bo_map; in intel_create()
|
D | radeon.c | 234 kms->bo_map = radeon_bo_map; in radeon_create()
|
/external/mesa3d/src/gbm/main/ |
D | gbmint.h | 71 void *(*bo_map)(struct gbm_bo *bo, member
|
D | gbm.c | 386 return bo->gbm->bo_map(bo, x, y, width, height, in gbm_bo_map()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 607 void *bo_map = brw->shader_time.bo->virtual; in brw_collect_shader_time() local 610 uint32_t *times = bo_map + i * 3 * SHADER_TIME_STRIDE; in brw_collect_shader_time() 619 memset(bo_map, 0, brw->shader_time.bo->size); in brw_collect_shader_time()
|
/external/libdrm/intel/ |
D | intel_bufmgr_priv.h | 114 int (*bo_map) (drm_intel_bo *bo, int write_enable); member
|
D | intel_bufmgr.c | 107 return buf->bufmgr->bo_map(buf, write_enable); in drm_intel_bo_map()
|
D | intel_bufmgr_fake.c | 1614 bufmgr_fake->bufmgr.bo_map = drm_intel_fake_bo_map; in drm_intel_bufmgr_fake_init()
|
D | intel_bufmgr_gem.c | 3796 bufmgr_gem->bufmgr.bo_map = drm_intel_gem_bo_map; in drm_intel_bufmgr_gem_init()
|
/external/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 1061 dri->base.base.bo_map = gbm_dri_bo_map; in dri_device_create()
|