Lines Matching refs:cache_key
49 typedef uint8_t cache_key[CACHE_KEY_SIZE];
75 cache_key *keys; /* sha1 list of shaders that make up the cache item */
198 disk_cache_remove(struct disk_cache *cache, const cache_key key);
210 disk_cache_put(struct disk_cache *cache, const cache_key key,
226 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key,
244 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size);
256 disk_cache_put_key(struct disk_cache *cache, const cache_key key);
269 disk_cache_has_key(struct disk_cache *cache, const cache_key key);
276 cache_key key);
297 disk_cache_put(struct disk_cache *cache, const cache_key key,
305 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key,
313 disk_cache_remove(struct disk_cache *cache, const cache_key key)
319 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size)
325 disk_cache_put_key(struct disk_cache *cache, const cache_key key)
331 disk_cache_has_key(struct disk_cache *cache, const cache_key key)
338 const cache_key key)