Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c189 CACHE_DIR_NAME); in test_disk_cache_create()
207 CACHE_DIR_NAME); in test_disk_cache_create()
/external/mesa3d/src/util/
Ddisk_cache.h42 #define CACHE_DIR_NAME "mesa_shader_cache" macro
Ddisk_cache.c223 path = concatenate_and_mkdir(local, path, CACHE_DIR_NAME); in disk_cache_create()
235 path = concatenate_and_mkdir(local, xdg_cache_home, CACHE_DIR_NAME); in disk_cache_create()
271 path = concatenate_and_mkdir(local, path, CACHE_DIR_NAME); in disk_cache_create()