Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c76 struct util_hash_table *ref_hash; member
162 fctx->ref_hash = util_hash_table_create(debug_flush_pointer_hash, in debug_flush_ctx_create()
165 if (!fctx->ref_hash) in debug_flush_ctx_create()
239 util_hash_table_get(fctx->ref_hash, fbuf); in debug_flush_map()
285 item = util_hash_table_get(fctx->ref_hash, fbuf); in debug_flush_cb_reference()
302 if (util_hash_table_set(fctx->ref_hash, fbuf, item) != PIPE_OK) { in debug_flush_cb_reference()
354 util_hash_table_foreach(fctx->ref_hash, in debug_flush_might_flush()
382 util_hash_table_foreach(fctx->ref_hash, in debug_flush_flush()
385 util_hash_table_foreach(fctx->ref_hash, in debug_flush_flush()
388 util_hash_table_clear(fctx->ref_hash); in debug_flush_flush()
[all …]
/external/autotest/client/site_tests/hardware_TrimIntegrity/
Dhardware_TrimIntegrity.py160 ref_hash = self._get_hash(chunk_count, chunk_size)
202 for cur, ref, trim in zip(cur_hash, ref_hash, trim_status):