Searched refs:disk_cache_put (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/compiler/glsl/tests/ |
D | cache_test.c | 271 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/ |
D | disk_cache.h | 158 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
|
D | disk_cache.c | 995 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() function
|
/external/mesa3d/src/compiler/glsl/ |
D | shader_cache.cpp | 127 disk_cache_put(cache, prog->data->sha1, metadata.data, metadata.size, in shader_cache_write_program_metadata()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_disk_cache.c | 316 disk_cache_put(cache, sha1, binary.data, binary.size, NULL); in write_program_data()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 410 disk_cache_put(device->physical_device->disk_cache, in radv_pipeline_cache_insert_shaders()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.c | 213 disk_cache_put(sscreen->disk_shader_cache, key, hw_binary, in si_shader_cache_insert_shader()
|