Searched refs:blob_key2 (Results 1 – 1 of 1) sorted by relevance
| /external/mesa3d/src/util/tests/ |
| D | cache_test.cpp | 811 uint8_t blob_key2[20]; in TEST_F() local 839 disk_cache_compute_key(cache_sf_wr, blob2, sizeof(blob2), blob_key2); in TEST_F() 916 result = (char *) disk_cache_get(cache_mesa_db, blob_key2, &size); in TEST_F() 921 disk_cache_put(cache_mesa_db, blob_key2, blob2, sizeof(blob2), NULL); in TEST_F() 926 result = (char *) disk_cache_get(cache_mesa_db, blob_key2, &size); in TEST_F() 942 result = (char *) disk_cache_get(cache_mesa_db, blob_key2, &size); in TEST_F() 980 result = (char *) disk_cache_get(cache_multifile, blob_key2, &size); in TEST_F() 985 disk_cache_put(cache_multifile, blob_key2, blob2, sizeof(blob2), NULL); in TEST_F() 990 result = (char *) disk_cache_get(cache_multifile, blob_key2, &size); in TEST_F() 1013 result = (char *) disk_cache_get(cache_multifile, blob_key2, &size); in TEST_F()
|