Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c85 struct hash_table *ref_hash; member
162 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 …]