/third_party/mesa3d/src/util/tests/ |
H A D | cache_test.cpp | 120 disk_cache_put(cache, key, data, sizeof(data), NULL); in cache_exists() 254 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get() 256 /* disk_cache_put() hands things off to a thread so wait for it. */ in test_put_and_get() 267 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get() 269 /* disk_cache_put() hands things off to a thread so wait for it. */ in test_put_and_get() 295 * the new item being added for disk_cache_put() is the chosen victim in test_put_and_get() 309 disk_cache_put(cache, one_KB_key, one_KB, 1024, NULL); in test_put_and_get() 313 /* disk_cache_put() hands things off to a thread so wait for it. */ in test_put_and_get() 339 << "disk_cache_put eviction last file == MAX_SIZE (1KB)"; in test_put_and_get() 340 EXPECT_EQ(count, 1) << "disk_cache_put evictio in test_put_and_get() [all...] |
/third_party/mesa3d/src/util/ |
H A D | disk_cache.h | 161 * name (or "key"). This is provided via disk_cache_put() and 188 /* Wait for all previous disk_cache_put() calls to be processed (used for unit 206 * Any call to disk_cache_put() may cause an existing, random item to be 210 disk_cache_put(struct disk_cache *cache, const cache_key key, 220 * Any call to disk_cache_put() may cause an existing, random item to be 233 * The item must have been previously stored with a call to disk_cache_put(). 265 * disk_cache_put_key(). Specifically, a call to disk_cache_put() will not cause 297 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() function
|
H A D | disk_cache.c | 370 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() function
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_disk_cache.c | 60 disk_cache_put(cache, cache_key, blob.data, blob.size, NULL); in lima_vs_disk_cache_store() 87 disk_cache_put(cache, cache_key, blob.data, blob.size, NULL); in lima_fs_disk_cache_store()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | shader_cache.cpp | 131 disk_cache_put(cache, prog->data->sha1, metadata.data, metadata.size, in shader_cache_write_program_metadata()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_disk_cache.c | 181 disk_cache_put(compiler->disk_cache, cache_key, blob.data, blob.size, NULL); in etna_disk_cache_store()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_disk_cache.c | 279 disk_cache_put(shader->compiler->disk_cache, cache_key, blob.data, blob.size, NULL); in ir3_disk_cache_store()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_disk_cache.c | 230 disk_cache_put(cache, cache_key, blob.data, blob.size, NULL); in v3d_disk_cache_store()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_disk_cache.c | 126 disk_cache_put(cache, cache_key, blob.data, blob.size, NULL); in iris_disk_cache_store()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_disk_cache.c | 122 disk_cache_put(cache, cache_key, blob.data, blob.size, NULL); in crocus_disk_cache_store()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | nir_load_libclc.c | 364 disk_cache_put(disk_cache, cache_key, blob.data, blob.size, NULL); in nir_load_libclc_shader()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_screen.c | 988 disk_cache_put(screen->disk_shader_cache, sha1, cache->data, cache->data_size, NULL); in lp_disk_cache_insert_shader()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_cache.c | 434 disk_cache_put(disk_cache, cache_key, blob.data, blob.size, NULL); in vk_pipeline_cache_add_object()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_cache.c | 533 disk_cache_put(device->physical_device->disk_cache, disk_sha1, entry, entry_size(entry), in radv_pipeline_cache_insert_shaders()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline_cache.c | 305 * MESA_SHADER_CACHE_DISABLE. In that case the calls to disk_cache_put/get in v3dv_pipeline_cache_search_for_pipeline() 488 disk_cache_put(disk_cache, cache_key, binary.data, binary.size, NULL); in pipeline_cache_upload_shared_data()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_program.c | 675 disk_cache_put(disk_shader_cache, key, blob.data, blob.size, NULL); in nvc0_program_translate()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 2571 /* Because we cannot fully trust disk_cache_put in save_nir_to_disk_cache() 2583 disk_cache_put(cache, key, blob.data, blob.size, NULL); in save_nir_to_disk_cache()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_shaders.cpp | 406 disk_cache_put(sscreen->disk_shader_cache, key, hw_binary, size, NULL); in si_shader_cache_insert_shader()
|