Home
last modified time | relevance | path

Searched refs:handle_hash (Results 1 – 11 of 11) sorted by relevance

/external/virglrenderer/src/
Dvrend_object.c127 vrend_object_insert_nofree(struct util_hash_table *handle_hash, in vrend_object_insert_nofree() argument
139 util_hash_table_set(handle_hash, intptr_to_pointer(obj->handle), obj); in vrend_object_insert_nofree()
144 vrend_object_insert(struct util_hash_table *handle_hash, in vrend_object_insert() argument
147 return vrend_object_insert_nofree(handle_hash, data, length, in vrend_object_insert()
152 vrend_object_remove(struct util_hash_table *handle_hash, in vrend_object_remove() argument
155 util_hash_table_remove(handle_hash, intptr_to_pointer(handle)); in vrend_object_remove()
158 void *vrend_object_lookup(struct util_hash_table *handle_hash, in vrend_object_lookup() argument
163 obj = util_hash_table_get(handle_hash, intptr_to_pointer(handle)); in vrend_object_lookup()
Dvrend_object.h36 void vrend_object_remove(struct util_hash_table *handle_hash, uint32_t handle, enum virgl_object_ty…
37 void *vrend_object_lookup(struct util_hash_table *handle_hash, uint32_t handle, enum virgl_object_t…
38 uint32_t vrend_object_insert(struct util_hash_table *handle_hash, void *data, uint32_t length, uint…
39 uint32_t vrend_object_insert_nofree(struct util_hash_table *handle_hash,
/external/libdrm/amdgpu/
Damdgpu_device.c50 static unsigned handle_hash(void *key) in handle_hash() function
239 dev->bo_flink_names = util_hash_table_create(handle_hash, in amdgpu_device_initialize()
241 dev->bo_handles = util_hash_table_create(handle_hash, handle_compare); in amdgpu_device_initialize()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c728 static unsigned handle_hash(void *key) in handle_hash() function
815 ws->bo_names = util_hash_table_create(handle_hash, handle_compare); in radeon_drm_winsys_create()
816 ws->bo_handles = util_hash_table_create(handle_hash, handle_compare); in radeon_drm_winsys_create()
817 ws->bo_vas = util_hash_table_create(handle_hash, handle_compare); in radeon_drm_winsys_create()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_screen.c535 static unsigned handle_hash(void *key) in handle_hash() function
609 screen->bo_handles = util_hash_table_create(handle_hash, handle_compare); in vc5_screen_create()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c603 static unsigned handle_hash(void *key) in handle_hash() function
687 screen->bo_handles = util_hash_table_create(handle_hash, handle_compare); in vc4_screen_create()
/external/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c718 static unsigned handle_hash(void *key) in handle_hash() function
791 qdws->bo_handles = util_hash_table_create(handle_hash, handle_compare); in virgl_drm_winsys_create()
792 qdws->bo_names = util_hash_table_create(handle_hash, handle_compare); in virgl_drm_winsys_create()
/external/mesa3d/src/gallium/state_trackers/va/
Dcontext.c294 context->desc.h264enc.frame_idx = util_hash_table_create(handle_hash, handle_compare); in vlVaCreateContext()
Dva_private.h58 static inline unsigned handle_hash(void *key) in handle_hash() function
/external/elfutils/src/
DChangeLog1039 (handle_hash): Likewise.
1098 (handle_hash): Likewise.
1926 (handle_verneed, handle_verdef, handle_versym, handle_hash): Likewise.
Dreadelf.c301 static void handle_hash (Ebl *ebl);
982 handle_hash (ebl); in process_elf_file()
3427 handle_hash (Ebl *ebl) in handle_hash() function