Home
last modified time | relevance | path

Searched refs:disk_cache_put (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c271 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get()
286 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get()
327 disk_cache_put(cache, one_KB_key, one_KB, 1024, NULL); in test_put_and_get()
370 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get()
371 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get()
397 disk_cache_put(cache, one_MB_key, one_MB, 1024 * 1024, NULL); in test_put_and_get()
/external/mesa3d/src/util/
Ddisk_cache.h158 disk_cache_put(struct disk_cache *cache, const cache_key key,
225 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() function
Ddisk_cache.c995 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() function
/external/mesa3d/src/compiler/glsl/
Dshader_cache.cpp127 disk_cache_put(cache, prog->data->sha1, metadata.data, metadata.size, in shader_cache_write_program_metadata()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disk_cache.c316 disk_cache_put(cache, sha1, binary.data, binary.size, NULL); in write_program_data()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c410 disk_cache_put(device->physical_device->disk_cache, in radv_pipeline_cache_insert_shaders()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c213 disk_cache_put(sscreen->disk_shader_cache, key, hw_binary, in si_shader_cache_insert_shader()