Searched refs:handle_hash (Results 1 – 11 of 11) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_object.c | 127 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()
|
D | vrend_object.h | 36 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/ |
D | amdgpu_device.c | 50 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/ |
D | radeon_drm_winsys.c | 728 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/ |
D | vc5_screen.c | 535 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/ |
D | vc4_screen.c | 603 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/ |
D | virgl_drm_winsys.c | 718 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/ |
D | context.c | 294 context->desc.h264enc.frame_idx = util_hash_table_create(handle_hash, handle_compare); in vlVaCreateContext()
|
D | va_private.h | 58 static inline unsigned handle_hash(void *key) in handle_hash() function
|
/external/elfutils/src/ |
D | ChangeLog | 1039 (handle_hash): Likewise. 1098 (handle_hash): Likewise. 1926 (handle_verneed, handle_verdef, handle_versym, handle_hash): Likewise.
|
D | readelf.c | 301 static void handle_hash (Ebl *ebl); 982 handle_hash (ebl); in process_elf_file() 3427 handle_hash (Ebl *ebl) in handle_hash() function
|