Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Ddisk_cache.h242 disk_cache_put_key(struct disk_cache *cache, const cache_key key);
308 disk_cache_put_key(struct disk_cache *cache, const cache_key key) in disk_cache_put_key() function
H A Ddisk_cache.c624 disk_cache_put_key(struct disk_cache *cache, const cache_key key) in disk_cache_put_key() function
/aosp_15_r20/external/mesa3d/src/util/tests/
H A Dcache_test.cpp446 disk_cache_put_key(cache, key_a); in test_put_key_and_get_key()
450 disk_cache_put_key(cache, key_b); in test_put_key_and_get_key()
457 disk_cache_put_key(cache, key_a_collide); in test_put_key_and_get_key()
467 disk_cache_put_key(cache, key_a); in test_put_key_and_get_key()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp2515 disk_cache_put_key(ctx->Cache, shader->disk_cache_sha1); in _mesa_glsl_compile_shader()