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

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

Completed in 99 milliseconds