Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_refcnt.c62 static struct hash_table *serials_hash; variable
84 if (!serials_hash) in debug_serial()
85 serials_hash = util_hash_table_create_ptr_keys(); in debug_serial()
87 serial = (unsigned) (uintptr_t) util_hash_table_get(serials_hash, p); in debug_serial()
98 _mesa_hash_table_insert(serials_hash, p, (void *) (uintptr_t) serial); in debug_serial()
116 _mesa_hash_table_remove_key(serials_hash, p); in debug_serial_delete()