Searched refs:cache_key_160bit (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | fossilize_db.c | 365 foz_read_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, in foz_read_entry() argument 368 uint64_t hash = truncate_hash_to_64bits(cache_key_160bit); in foz_read_entry() 401 if (cache_key_160bit[i] != entry->key[i]) in foz_read_entry() 435 foz_write_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, in foz_write_entry() argument 438 uint64_t hash = truncate_hash_to_64bits(cache_key_160bit); in foz_write_entry() 478 _mesa_sha1_format(hash_str, cache_key_160bit); in foz_write_entry() 554 foz_read_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, in foz_read_entry() argument 561 foz_write_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, in foz_write_entry() argument
|
H A D | fossilize_db.h | 92 foz_read_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, 96 foz_write_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit,
|
Completed in 2 milliseconds