Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dcache_test.cpp120 disk_cache_compute_key(cache, data, sizeof(data), key); in cache_exists()
269 disk_cache_compute_key(cache, blob, sizeof(blob), blob_key); in test_put_and_get()
289 disk_cache_compute_key(cache, string, sizeof(string), string_key); in test_put_and_get()
329 disk_cache_compute_key(cache, one_KB, 1024, one_KB_key); in test_put_and_get()
394 disk_cache_compute_key(cache, one_MB, 1024 * 1024, one_MB_key); in test_put_and_get()
506 disk_cache_compute_key(cache1, blob, sizeof(blob), blob_key); in test_put_and_get_between_instances()
530 disk_cache_compute_key(cache2, string, sizeof(string), string_key); in test_put_and_get_between_instances()
583 disk_cache_compute_key(cache[0], big, size_big, big_key[i]); in test_put_and_get_between_instances_with_eviction()
605 disk_cache_compute_key(cache[1], small, size_small, small_key[i]); in test_put_and_get_between_instances_with_eviction()
648 disk_cache_compute_key(cache[0], small, size_small, small_key2); in test_put_and_get_between_instances_with_eviction()
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache.h261 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size,
319 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, in disk_cache_compute_key() function
Ddisk_cache.c662 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, in disk_cache_compute_key() function
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.c362 disk_cache_compute_key(disk_cache, key_data, key_size, cache_key); in vk_pipeline_cache_lookup_object()
435 disk_cache_compute_key(disk_cache, object->key_data, in vk_pipeline_cache_add_object()
457 disk_cache_compute_key(disk_cache, key_data, key_size, cache_key); in vk_pipeline_cache_create_and_insert_object()