Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c196 uint8_t blob_key[20]; in test_put_and_get() local
208 _mesa_sha1_compute(blob, sizeof(blob), blob_key); in test_put_and_get()
211 result = disk_cache_get(cache, blob_key, &size); in test_put_and_get()
216 disk_cache_put(cache, blob_key, blob, sizeof(blob)); in test_put_and_get()
218 result = disk_cache_get(cache, blob_key, &size); in test_put_and_get()
276 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
292 disk_cache_put(cache, blob_key, blob, sizeof(blob)); in test_put_and_get()
296 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
318 if (does_cache_contain(cache, blob_key)) in test_put_and_get()