Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/
H A Dcache_test.cpp96 does_cache_contain(struct disk_cache *cache, const cache_key key) in does_cache_contain() function
327 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
330 if (does_cache_contain(cache, string_key)) in test_put_and_get()
333 if (does_cache_contain(cache, one_KB_key)) { in test_put_and_get()
357 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
360 if (does_cache_contain(cache, string_key)) in test_put_and_get()
363 if (does_cache_contain(cache, one_KB_key)) in test_put_and_get()
383 if (does_cache_contain(cache, blob_key)) in test_put_and_get()
386 if (does_cache_contain(cache, string_key)) in test_put_and_get()
389 if (does_cache_contain(cach in test_put_and_get()
[all...]

Completed in 1 milliseconds