Searched refs:disk_cache_put (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | cache_test.cpp | 121 disk_cache_put(cache, key, data, sizeof(data), NULL); in cache_exists() 277 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get() 290 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get() 332 disk_cache_put(cache, one_KB_key, one_KB, 1024, NULL); in test_put_and_get() 373 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get() 374 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get() 397 disk_cache_put(cache, one_MB_key, one_MB, 1024 * 1024, NULL); in test_put_and_get() 518 disk_cache_put(cache1, blob_key, blob, sizeof(blob), NULL); in test_put_and_get_between_instances() 531 disk_cache_put(cache2, string_key, string, sizeof(string), NULL); in test_put_and_get_between_instances() 570 disk_cache_put(cache[0], two_KB_key, two_KB, sizeof(two_KB), NULL); in test_put_and_get_between_instances_with_eviction() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | disk_cache.h | 196 disk_cache_put(struct disk_cache *cache, const cache_key key, 283 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() function
|
D | disk_cache.c | 542 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() function
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 438 disk_cache_put(disk_cache, cache_key, blob.data, blob.size, NULL); in vk_pipeline_cache_add_object() 458 disk_cache_put(disk_cache, cache_key, data, data_size, NULL); in vk_pipeline_cache_create_and_insert_object()
|