Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c199 uint8_t string_key[20]; in test_put_and_get() local
225 _mesa_sha1_compute(string, sizeof(string), string_key); in test_put_and_get()
226 disk_cache_put(cache, string_key, string, sizeof(string)); in test_put_and_get()
228 result = disk_cache_get(cache, string_key, &size); in test_put_and_get()
279 if (does_cache_contain(cache, string_key)) in test_put_and_get()
293 disk_cache_put(cache, string_key, string, sizeof(string)); in test_put_and_get()
299 if (does_cache_contain(cache, string_key)) in test_put_and_get()
321 if (does_cache_contain(cache, string_key)) in test_put_and_get()