Home
last modified time | relevance | path

Searched refs:offset_map (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/drm-shim/
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()
Ddrm_shim.h45 struct hash_table_u64 *offset_map; member
/third_party/mindspore/patches/
D0006-remove-lite-expression-fix-double-loadso.patch7404 const std::unordered_map<lite::Tensor *, size_t> &offset_map,