Searched refs:ref_hash (Results 1 – 1 of 1) sorted by relevance
85 struct hash_table *ref_hash; member162 fctx->ref_hash = util_hash_table_create_ptr_keys(); in debug_flush_ctx_create()164 if (!fctx->ref_hash) in debug_flush_ctx_create()253 util_hash_table_get(fctx->ref_hash, fbuf); in debug_flush_map()309 item = util_hash_table_get(fctx->ref_hash, fbuf); in debug_flush_cb_reference()326 _mesa_hash_table_insert(fctx->ref_hash, fbuf, item); in debug_flush_cb_reference()375 util_hash_table_foreach(fctx->ref_hash, in debug_flush_might_flush()403 util_hash_table_foreach(fctx->ref_hash, in debug_flush_flush()406 util_hash_table_foreach(fctx->ref_hash, in debug_flush_flush()409 _mesa_hash_table_clear(fctx->ref_hash, NULL); in debug_flush_flush()[all …]