Home
last modified time | relevance | path

Searched refs:disk_cache_put (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dcache_test.cpp121 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/
Ddisk_cache.h196 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
Ddisk_cache.c542 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() function
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.c438 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()