Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c174 disk_cache_put(cache, dummy_key, data, sizeof(data), NULL); in cache_exists()
303 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get()
316 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get()
355 disk_cache_put(cache, one_KB_key, one_KB, 1024, NULL); in test_put_and_get()
396 disk_cache_put(cache, blob_key, blob, sizeof(blob), NULL); in test_put_and_get()
397 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get()
420 disk_cache_put(cache, one_MB_key, one_MB, 1024 * 1024, NULL); in test_put_and_get()
/external/mesa3d/src/util/
Ddisk_cache.h205 disk_cache_put(struct disk_cache *cache, const cache_key key,
276 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() function
Ddisk_cache.c331 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() function
/external/mesa3d/src/freedreno/ir3/
Dir3_disk_cache.c224 disk_cache_put(compiler->disk_cache, cache_key, blob.data, blob.size, NULL); in ir3_disk_cache_store()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disk_cache.c184 disk_cache_put(compiler->disk_cache, cache_key, blob.data, blob.size, NULL); in etna_disk_cache_store()
/external/mesa3d/src/compiler/glsl/
Dshader_cache.cpp129 disk_cache_put(cache, prog->data->sha1, metadata.data, metadata.size, in shader_cache_write_program_metadata()
/external/mesa3d/src/compiler/spirv/
Dnir_load_libclc.c304 disk_cache_put(disk_cache, cache_key, blob.data, blob.size, NULL); in nir_load_libclc_shader()
/external/mesa3d/src/gallium/drivers/iris/
Diris_disk_cache.c126 disk_cache_put(cache, cache_key, blob.data, blob.size, NULL); in iris_disk_cache_store()
/external/mesa3d/docs/relnotes/
D13.0.2.rst85 - util/disk_cache: close a previously opened handle in disk_cache_put
D20.0.2.rst77 - glsl/tests: Fix waiting for disk_cache_put() to finish.
D20.1.0.rst1618 - glsl/tests: Fix waiting for disk_cache_put() to finish.
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disk_cache.c289 disk_cache_put(cache, sha1, binary.data, binary.size, NULL); in write_program_data()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c860 disk_cache_put(screen->disk_shader_cache, sha1, cache->data, cache->data_size, NULL); in lp_disk_cache_insert_shader()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c430 disk_cache_put(device->physical_device->disk_cache, disk_sha1, in radv_pipeline_cache_insert_shaders()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c743 disk_cache_put(disk_cache, cache_key, binary.data, binary.size, NULL); in anv_device_upload_kernel()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c675 disk_cache_put(disk_shader_cache, key, blob.data, blob.size, NULL); in nvc0_program_translate()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2511 disk_cache_put(cache, key, blob.data, blob.size, NULL); in save_nir_to_disk_cache()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c241 disk_cache_put(sscreen->disk_shader_cache, key, hw_binary, *((uint32_t *)hw_binary), NULL); in si_shader_cache_insert_shader()