Searched refs:blob_key (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | cache_test.c | 268 uint8_t blob_key[20]; local in function:test_put_and_get 279 disk_cache_compute_key(cache, blob, sizeof(blob), blob_key); 282 result = disk_cache_get(cache, blob_key, &size); 287 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); 292 wait_until_file_written(cache, blob_key); 294 result = disk_cache_get(cache, blob_key, &size); 341 one_KB_key[0] = blob_key[0]; 363 if (does_cache_contain(cache, blob_key)) 386 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); 392 wait_until_file_written(cache, blob_key); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/tests/cache/ |
| H A D | cache_test.c | 299 uint8_t blob_key[20]; local in function:test_put_and_get 314 disk_cache_compute_key(cache, blob, sizeof(blob), blob_key); 317 result = disk_cache_get(cache, blob_key, &size); 322 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); 327 result = disk_cache_get(cache, blob_key, &size); 375 one_KB_key[0] = blob_key[0]; 395 if (does_cache_contain(cache, blob_key)) 418 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); 425 if (does_cache_contain(cache, blob_key)) 440 one_MB_key[0] = blob_key[ 536 uint8_t blob_key[20]; local in function:test_put_and_get_between_instances [all...] |
Completed in 2 milliseconds