Home
last modified time | relevance | path

Searched refs:disk_cache_put (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/util/tests/
H A Dcache_test.cpp120 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 Ddisk_cache.h161 * 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 Ddisk_cache.c370 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 Dlima_disk_cache.c60 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 Dshader_cache.cpp131 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 Detnaviv_disk_cache.c181 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 Dir3_disk_cache.c279 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 Dv3d_disk_cache.c230 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 Diris_disk_cache.c126 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 Dcrocus_disk_cache.c122 disk_cache_put(cache, cache_key, blob.data, blob.size, NULL); in crocus_disk_cache_store()
/third_party/mesa3d/src/compiler/spirv/
H A Dnir_load_libclc.c364 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 Dlp_screen.c988 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 Dvk_pipeline_cache.c434 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 Dradv_pipeline_cache.c533 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 Dv3dv_pipeline_cache.c305 * 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 Dnvc0_program.c675 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 Dtgsi_to_nir.c2571 /* 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 Dsi_state_shaders.cpp406 disk_cache_put(sscreen->disk_shader_cache, key, hw_binary, size, NULL); in si_shader_cache_insert_shader()

Completed in 23 milliseconds