Searched refs:string_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 | 270 uint8_t string_key[20]; local in function:test_put_and_get 301 disk_cache_compute_key(cache, string, sizeof(string), string_key); 302 disk_cache_put(cache, string_key, string, sizeof(string), NULL); 307 wait_until_file_written(cache, string_key); 309 result = disk_cache_get(cache, string_key, &size); 366 if (does_cache_contain(cache, string_key)) 387 disk_cache_put(cache, string_key, string, sizeof(string), NULL); 393 wait_until_file_written(cache, string_key); 399 if (does_cache_contain(cache, string_key)) 427 if (does_cache_contain(cache, string_key)) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/tests/cache/ |
| H A D | cache_test.c | 301 uint8_t string_key[20]; local in function:test_put_and_get 334 disk_cache_compute_key(cache, string, sizeof(string), string_key); 335 disk_cache_put(cache, string_key, string, sizeof(string), NULL); 340 result = disk_cache_get(cache, string_key, &size); 398 if (does_cache_contain(cache, string_key)) 419 disk_cache_put(cache, string_key, string, sizeof(string), NULL); 428 if (does_cache_contain(cache, string_key)) 454 if (does_cache_contain(cache, string_key)) 538 uint8_t string_key[20]; local in function:test_put_and_get_between_instances 575 disk_cache_compute_key(cache2, string, sizeof(string), string_key); [all...] |
Completed in 4 milliseconds