Home
last modified time | relevance | path

Searched refs:does_cache_contain (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/util/tests/
Dcache_test.cpp103 does_cache_contain(struct disk_cache *cache, const cache_key key) in does_cache_contain() function
371 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
374 if (does_cache_contain(cache, string_key)) in test_put_and_get()
377 if (does_cache_contain(cache, one_KB_key)) { in test_put_and_get()
401 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
404 if (does_cache_contain(cache, string_key)) in test_put_and_get()
407 if (does_cache_contain(cache, one_KB_key)) in test_put_and_get()
427 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
430 if (does_cache_contain(cache, string_key)) in test_put_and_get()
433 if (does_cache_contain(cache, one_KB_key)) in test_put_and_get()
[all …]