Lines Matching defs:key
381 /* Create the directory that will be needed for the cache file for \key.
387 make_cache_file_directory(struct disk_cache *cache, const cache_key key)
392 _mesa_sha1_format(buf, key);
613 /* Return a filename within the cache's directory corresponding to 'key'.
618 disk_cache_get_cache_filename(struct disk_cache *cache, const cache_key key)
626 _mesa_sha1_format(buf, key);
722 make_cache_file_directory(dc_job->cache, dc_job->key);
929 disk_cache_load_item_foz(struct disk_cache *cache, const cache_key key,
933 void *cache_item = foz_read_entry(&cache->foz_db, key, &cache_tem_size);
953 bool r = foz_write_entry(&dc_job->cache->foz_db, dc_job->key,
1006 * unlikely to ever match a real cache key).