Home
last modified time | relevance | path

Searched refs:offset_map (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/drm-shim/
H A Ddevice.c85 shim_device.offset_map = _mesa_hash_table_u64_create(NULL); in drm_shim_device_init()
405 _mesa_hash_table_u64_insert(shim_device.offset_map, bo->mem_addr, bo); in drm_shim_bo_get_mmap_offset()
420 struct shim_bo *bo = _mesa_hash_table_u64_search(shim_device.offset_map, offset); in drm_shim_mmap()
H A Ddrm_shim.h45 struct hash_table_u64 *offset_map; member

Completed in 2 milliseconds