Home
last modified time | relevance | path

Searched refs:cache_key_160bit (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dmesa_cache_db.h58 const uint8_t *cache_key_160bit,
63 const uint8_t *cache_key_160bit,
68 const uint8_t *cache_key_160bit);
104 const uint8_t *cache_key_160bit, in mesa_cache_db_read_entry() argument
112 const uint8_t *cache_key_160bit, in mesa_cache_db_entry_write() argument
120 const uint8_t *cache_key_160bit) in mesa_cache_db_entry_remove() argument
Dmesa_cache_db_multipart.c86 const uint8_t *cache_key_160bit, in mesa_cache_db_multipart_read_entry() argument
95 cache_key_160bit, size); in mesa_cache_db_multipart_read_entry()
125 const uint8_t *cache_key_160bit, in mesa_cache_db_multipart_entry_write() argument
150 return mesa_cache_db_entry_write(&db->parts[wpart], cache_key_160bit, in mesa_cache_db_multipart_entry_write()
156 const uint8_t *cache_key_160bit) in mesa_cache_db_multipart_entry_remove() argument
159 mesa_cache_db_entry_remove(&db->parts[i], cache_key_160bit); in mesa_cache_db_multipart_entry_remove()
Dmesa_cache_db_multipart.h32 const uint8_t *cache_key_160bit,
37 const uint8_t *cache_key_160bit,
42 const uint8_t *cache_key_160bit);
Dfossilize_db.h105 foz_read_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit,
109 foz_write_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit,
Dfossilize_db.c584 foz_read_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, in foz_read_entry() argument
587 uint64_t hash = truncate_hash_to_64bits(cache_key_160bit); in foz_read_entry()
620 if (cache_key_160bit[i] != entry->key[i]) in foz_read_entry()
654 foz_write_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, in foz_write_entry() argument
657 uint64_t hash = truncate_hash_to_64bits(cache_key_160bit); in foz_write_entry()
697 _mesa_sha1_format(hash_str, cache_key_160bit); in foz_write_entry()
773 foz_read_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, in foz_read_entry() argument
780 foz_write_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, in foz_write_entry() argument
Dmesa_cache_db.c122 static uint64_t to_mesa_cache_db_hash(const uint8_t *cache_key_160bit) in to_mesa_cache_db_hash() argument
127 hash |= ((uint64_t)cache_key_160bit[i]) << i * 8; in to_mesa_cache_db_hash()
684 const uint8_t *cache_key_160bit, in mesa_cache_db_read_entry() argument
687 uint64_t hash = to_mesa_cache_db_hash(cache_key_160bit); in mesa_cache_db_read_entry()
714 if (memcmp(cache_entry.key, cache_key_160bit, sizeof(cache_entry.key))) in mesa_cache_db_read_entry()
772 const uint8_t *cache_key_160bit, in mesa_cache_db_entry_write() argument
775 uint64_t hash = to_mesa_cache_db_hash(cache_key_160bit); in mesa_cache_db_entry_write()
811 memcpy(cache_entry.key, cache_key_160bit, sizeof(cache_entry.key)); in mesa_cache_db_entry_write()
858 const uint8_t *cache_key_160bit) in mesa_cache_db_entry_remove() argument
860 uint64_t hash = to_mesa_cache_db_hash(cache_key_160bit); in mesa_cache_db_entry_remove()
[all …]