Searched refs:blob_key (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/tests/ |
D | cache_test.c | 252 uint8_t blob_key[20]; in test_put_and_get() local 263 disk_cache_compute_key(cache, blob, sizeof(blob), blob_key); in test_put_and_get() 266 result = disk_cache_get(cache, blob_key, &size); in test_put_and_get() 271 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get() 276 wait_until_file_written(cache, blob_key); in test_put_and_get() 278 result = disk_cache_get(cache, blob_key, &size); in test_put_and_get() 325 one_KB_key[0] = blob_key[0]; in test_put_and_get() 347 if (does_cache_contain(cache, blob_key)) in test_put_and_get() 370 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get() 376 wait_until_file_written(cache, blob_key); in test_put_and_get() [all …]
|