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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dcache_test.c186 cache_exists(struct disk_cache *cache) function in typeref:typename:void *
230 expect_null(cache_exists(cache), "disk_cache_create with XDG_CACHE_HOME set "
235 expect_non_null(cache_exists(cache), "disk_cache_create with XDG_CACHE_HOME "
249 expect_null(cache_exists(cache), "disk_cache_create with MESA_GLSL_CACHE_DIR"
254 expect_non_null(cache_exists(cache), "disk_cache_create with "
/xsrc/external/mit/MesaLib/dist/src/util/tests/cache/
H A Dcache_test.c175 cache_exists(struct disk_cache *cache) function in typeref:typename:bool
243 expect_false(cache_exists(cache), "disk_cache_create with XDG_CACHE_HOME set "
255 expect_true(cache_exists(cache), "disk_cache_create with XDG_CACHE_HOME "
271 expect_false(cache_exists(cache), "disk_cache_create with MESA_GLSL_CACHE_DIR"
283 expect_true(cache_exists(cache), "disk_cache_create with "

Completed in 4 milliseconds