Searched refs:key_hash (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_hash_table.c104 unsigned key_hash)
109 iter = cso_hash_find(ht->cso, key_hash);
124 unsigned key_hash)
129 iter = cso_hash_find(ht->cso, key_hash);
146 unsigned key_hash; local in function:util_hash_table_set
154 key_hash = ht->hash(key);
156 item = util_hash_table_find_item(ht, key, key_hash);
170 iter = cso_hash_insert(ht->cso, key_hash, item);
184 unsigned key_hash; local in function:util_hash_table_get
191 key_hash
102 util_hash_table_find_iter(struct util_hash_table * ht,void * key,unsigned key_hash) argument
122 util_hash_table_find_item(struct util_hash_table * ht,void * key,unsigned key_hash) argument
205 unsigned key_hash; local in function:util_hash_table_remove
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vertex_state_cache.c30 static uint32_t key_hash(const void *key) function in typeref:typename:uint32_t
51 cache->set = _mesa_set_create(NULL, key_hash, key_equals);
92 uint32_t hash = key_hash(&key);
111 assert(key_hash(state) == hash);
H A Du_live_shader_cache.c37 static uint32_t key_hash(const void *key) function in typeref:typename:uint32_t
56 cache->hashtable = _mesa_hash_table_create(NULL, key_hash, key_equals);
/xsrc/external/mit/MesaLib.old/dist/src/util/tests/hash_table/
H A Dclear.c40 static uint32_t key_hash(const void *key) function in typeref:typename:uint32_t
63 ht = _mesa_hash_table_create(NULL, key_hash, key_equal);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.c35 key_hash(const void *_key) function in typeref:typename:uint32_t
67 cache->ht = _mesa_hash_table_create(cache, key_hash, key_equals);
88 uint32_t hash = key_hash(key);
/xsrc/external/mit/MesaLib/dist/src/util/tests/hash_table/
H A Dclear.c40 static uint32_t key_hash(const void *key) function in typeref:typename:uint32_t
63 ht = _mesa_hash_table_create(NULL, key_hash, key_equal);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.c36 key_hash(const void *_key) function in typeref:typename:uint32_t
67 cache->ht = _mesa_hash_table_create(cache, key_hash, key_equals);
92 uint32_t hash = key_hash(key);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c350 key_hash(const void *_key) function in typeref:typename:uint32_t
401 uint32_t hash = key_hash(&key);
447 fd6_ctx->tex_cache = _mesa_hash_table_create(NULL, key_hash, key_equals);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c98 key_hash(const void *_key) function in typeref:typename:uint32_t
119 cache->ht = _mesa_hash_table_create(NULL, key_hash, key_equals);
358 uint32_t hash = key_hash(key);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c370 key_hash(const void *_key) function in typeref:typename:uint32_t
426 uint32_t hash = key_hash(&key);
508 fd6_ctx->tex_cache = _mesa_hash_table_create(NULL, key_hash, key_equals);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c1376 uint32_t key_hash = hash_entry_key(entry->key); local in function:process_block
1377 struct hash_entry *adj_entry = _mesa_hash_table_search_pre_hashed(adj_ht, key_hash, entry->key);
1384 _mesa_hash_table_insert_pre_hashed(adj_ht, key_hash, entry->key, arr);

Completed in 9 milliseconds