Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Ddisk_cache.c460 const uint32_t *key_chunk = (const uint32_t *) key; in disk_cache_put_key() local
461 int i = CPU_TO_LE32(*key_chunk) & CACHE_INDEX_KEY_MASK; in disk_cache_put_key()
465 cache->blob_put_cb(key, CACHE_KEY_SIZE, key_chunk, sizeof(uint32_t)); in disk_cache_put_key()
487 const uint32_t *key_chunk = (const uint32_t *) key; in disk_cache_has_key() local
488 int i = CPU_TO_LE32(*key_chunk) & CACHE_INDEX_KEY_MASK; in disk_cache_has_key()

Completed in 1 milliseconds