Searched refs:ref_hash (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_flush.c | 76 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/ |
D | hardware_TrimIntegrity.py | 160 ref_hash = self._get_hash(chunk_count, chunk_size) 202 for cur, ref, trim in zip(cur_hash, ref_hash, trim_status):
|