Lines Matching defs:cache_key
48 typedef uint8_t cache_key[CACHE_KEY_SIZE];
74 cache_key *keys; /* sha1 list of shaders that make up the cache item */
194 disk_cache_remove(struct disk_cache *cache, const cache_key key);
206 disk_cache_put(struct disk_cache *cache, const cache_key key,
222 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key,
240 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size);
252 disk_cache_put_key(struct disk_cache *cache, const cache_key key);
265 disk_cache_has_key(struct disk_cache *cache, const cache_key key);
272 cache_key key);
293 disk_cache_put(struct disk_cache *cache, const cache_key key,
301 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key,
309 disk_cache_remove(struct disk_cache *cache, const cache_key key)
315 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size)
321 disk_cache_put_key(struct disk_cache *cache, const cache_key key)
327 disk_cache_has_key(struct disk_cache *cache, const cache_key key)
334 const cache_key key)