Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/
H A Dcache_test.cpp231 uint8_t blob_key[20]; in test_put_and_get() local
246 disk_cache_compute_key(cache, blob, sizeof(blob), blob_key); in test_put_and_get()
249 result = (char *) disk_cache_get(cache, blob_key, &size); in test_put_and_get()
254 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get()
259 result = (char *) disk_cache_get(cache, blob_key, &size); in test_put_and_get()
307 one_KB_key[0] = blob_key[0]; in test_put_and_get()
327 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
350 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get()
357 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
372 one_MB_key[0] = blob_key[ in test_put_and_get()
468 uint8_t blob_key[20]; test_put_and_get_between_instances() local
[all...]

Completed in 2 milliseconds