Lines Matching defs:cache_key
47 typedef uint8_t cache_key[CACHE_KEY_SIZE];
73 cache_key *keys; /* sha1 list of shaders that make up the cache item */
181 disk_cache_remove(struct disk_cache *cache, const cache_key key);
193 disk_cache_put(struct disk_cache *cache, const cache_key key,
211 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size);
223 disk_cache_put_key(struct disk_cache *cache, const cache_key key);
236 disk_cache_has_key(struct disk_cache *cache, const cache_key key);
243 cache_key key);
264 disk_cache_put(struct disk_cache *cache, const cache_key key,
272 disk_cache_remove(struct disk_cache *cache, const cache_key key)
278 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size)
284 disk_cache_put_key(struct disk_cache *cache, const cache_key key)
290 disk_cache_has_key(struct disk_cache *cache, const cache_key key)
297 const cache_key key)