Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/cache/
Dcache_test.c497 disk_cache_put_key(cache, key_a); in test_put_key_and_get_key()
501 disk_cache_put_key(cache, key_b); in test_put_key_and_get_key()
508 disk_cache_put_key(cache, key_a_collide); in test_put_key_and_get_key()
518 disk_cache_put_key(cache, key_a); in test_put_key_and_get_key()
/third_party/mesa3d/src/util/
Ddisk_cache.h252 disk_cache_put_key(struct disk_cache *cache, const cache_key key);
321 disk_cache_put_key(struct disk_cache *cache, const cache_key key) in disk_cache_put_key() function
Ddisk_cache.c450 disk_cache_put_key(struct disk_cache *cache, const cache_key key) in disk_cache_put_key() function
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp2294 disk_cache_put_key(ctx->Cache, shader->sha1); in _mesa_glsl_compile_shader()