Searched refs:blob_key2 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/util/tests/ |
H A D | cache_test.cpp | 803 uint8_t blob_key2[20]; in TEST_F() local 831 disk_cache_compute_key(cache_sf_wr, blob2, sizeof(blob2), blob_key2); in TEST_F() 908 result = (char *) disk_cache_get(cache_mesa_db, blob_key2, &size); in TEST_F() 913 disk_cache_put(cache_mesa_db, blob_key2, blob2, sizeof(blob2), NULL); in TEST_F() 918 result = (char *) disk_cache_get(cache_mesa_db, blob_key2, &size); in TEST_F() 934 result = (char *) disk_cache_get(cache_mesa_db, blob_key2, &size); in TEST_F() 972 result = (char *) disk_cache_get(cache_multifile, blob_key2, &size); in TEST_F() 977 disk_cache_put(cache_multifile, blob_key2, blob2, sizeof(blob2), NULL); in TEST_F() 982 result = (char *) disk_cache_get(cache_multifile, blob_key2, &size); in TEST_F() 1005 result = (char *) disk_cache_get(cache_multifile, blob_key2, &size); in TEST_F()
|