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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dcache_test.c151 does_cache_contain(struct disk_cache *cache, const cache_key key) function in typeref:typename:bool
177 if (does_cache_contain(cache, key)) {
363 if (does_cache_contain(cache, blob_key))
366 if (does_cache_contain(cache, string_key))
369 if (does_cache_contain(cache, one_KB_key)) {
396 if (does_cache_contain(cache, blob_key))
399 if (does_cache_contain(cache, string_key))
402 if (does_cache_contain(cache, one_KB_key))
424 if (does_cache_contain(cache, blob_key))
427 if (does_cache_contain(cach
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/tests/cache/
H A Dcache_test.c160 does_cache_contain(struct disk_cache *cache, const cache_key key) function in typeref:typename:bool
395 if (does_cache_contain(cache, blob_key))
398 if (does_cache_contain(cache, string_key))
401 if (does_cache_contain(cache, one_KB_key)) {
425 if (does_cache_contain(cache, blob_key))
428 if (does_cache_contain(cache, string_key))
431 if (does_cache_contain(cache, one_KB_key))
451 if (does_cache_contain(cache, blob_key))
454 if (does_cache_contain(cache, string_key))
457 if (does_cache_contain(cach
[all...]

Completed in 3 milliseconds