/external/mesa3d/src/compiler/glsl/tests/ |
D | cache_test.c | 174 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/ |
D | disk_cache.h | 205 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
|
D | disk_cache.c | 331 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() function
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_disk_cache.c | 224 disk_cache_put(compiler->disk_cache, cache_key, blob.data, blob.size, NULL); in ir3_disk_cache_store()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disk_cache.c | 184 disk_cache_put(compiler->disk_cache, cache_key, blob.data, blob.size, NULL); in etna_disk_cache_store()
|
/external/mesa3d/src/compiler/glsl/ |
D | shader_cache.cpp | 129 disk_cache_put(cache, prog->data->sha1, metadata.data, metadata.size, in shader_cache_write_program_metadata()
|
/external/mesa3d/src/compiler/spirv/ |
D | nir_load_libclc.c | 304 disk_cache_put(disk_cache, cache_key, blob.data, blob.size, NULL); in nir_load_libclc_shader()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_disk_cache.c | 126 disk_cache_put(cache, cache_key, blob.data, blob.size, NULL); in iris_disk_cache_store()
|
/external/mesa3d/docs/relnotes/ |
D | 13.0.2.rst | 85 - util/disk_cache: close a previously opened handle in disk_cache_put
|
D | 20.0.2.rst | 77 - glsl/tests: Fix waiting for disk_cache_put() to finish.
|
D | 20.1.0.rst | 1618 - glsl/tests: Fix waiting for disk_cache_put() to finish.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_disk_cache.c | 289 disk_cache_put(cache, sha1, binary.data, binary.size, NULL); in write_program_data()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 860 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/ |
D | radv_pipeline_cache.c | 430 disk_cache_put(device->physical_device->disk_cache, disk_sha1, in radv_pipeline_cache_insert_shaders()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 743 disk_cache_put(disk_cache, cache_key, binary.data, binary.size, NULL); in anv_device_upload_kernel()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 675 disk_cache_put(disk_shader_cache, key, blob.data, blob.size, NULL); in nvc0_program_translate()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 2511 disk_cache_put(cache, key, blob.data, blob.size, NULL); in save_nir_to_disk_cache()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.c | 241 disk_cache_put(sscreen->disk_shader_cache, key, hw_binary, *((uint32_t *)hw_binary), NULL); in si_shader_cache_insert_shader()
|