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 161 fctx->ref_hash = util_hash_table_create(debug_flush_pointer_hash, in debug_flush_ctx_create() 164 if (!fctx->ref_hash) in debug_flush_ctx_create() 238 util_hash_table_get(fctx->ref_hash, fbuf); in debug_flush_map() 278 item = util_hash_table_get(fctx->ref_hash, fbuf); in debug_flush_cb_reference() 295 if (util_hash_table_set(fctx->ref_hash, fbuf, item) != PIPE_OK) { in debug_flush_cb_reference() 342 util_hash_table_foreach(fctx->ref_hash, in debug_flush_might_flush() 365 util_hash_table_foreach(fctx->ref_hash, in debug_flush_flush() 368 util_hash_table_foreach(fctx->ref_hash, in debug_flush_flush() 371 util_hash_table_clear(fctx->ref_hash); in debug_flush_flush() [all …]
|
/external/autotest/client/site_tests/hardware_TrimIntegrity/ |
D | hardware_TrimIntegrity.py | 158 ref_hash = self._get_hash(chunk_count, chunk_size) 200 for cur, ref, trim in zip(cur_hash, ref_hash, trim_status):
|