Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Ddisk_cache.c391 const uint32_t *key_chunk = (const uint32_t *) key; in disk_cache_put_key() local
392 int i = CPU_TO_LE32(*key_chunk) & CACHE_INDEX_KEY_MASK; in disk_cache_put_key()
396 cache->blob_put_cb(key, CACHE_KEY_SIZE, key_chunk, sizeof(uint32_t)); in disk_cache_put_key()
418 const uint32_t *key_chunk = (const uint32_t *) key; in disk_cache_has_key() local
419 int i = CPU_TO_LE32(*key_chunk) & CACHE_INDEX_KEY_MASK; in disk_cache_has_key()