Searched refs:serials_hash (Results 1 – 1 of 1) sorted by relevance
62 static struct hash_table *serials_hash; variable84 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()