/third_party/mesa3d/src/util/tests/cache/ |
D | cache_test.c | 164 result = disk_cache_get(cache, key, NULL); in does_cache_contain() 186 void *result = disk_cache_get(cache, key, NULL); in cache_exists() 317 result = disk_cache_get(cache, blob_key, &size); in test_put_and_get() 327 result = disk_cache_get(cache, blob_key, &size); in test_put_and_get() 340 result = disk_cache_get(cache, string_key, &size); in test_put_and_get() 384 result = disk_cache_get(cache, one_KB_key, &size); in test_put_and_get() 554 result = disk_cache_get(cache1, blob_key, &size); in test_put_and_get_between_instances() 558 result = disk_cache_get(cache2, blob_key, &size); in test_put_and_get_between_instances() 568 result = disk_cache_get(cache2, blob_key, &size); in test_put_and_get_between_instances() 581 result = disk_cache_get(cache1, string_key, &size); in test_put_and_get_between_instances()
|
/third_party/mesa3d/src/util/ |
D | disk_cache.h | 240 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size); 315 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) in disk_cache_get() function
|
D | disk_cache.c | 411 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) in disk_cache_get() function
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_disk_cache.c | 110 void *buffer = disk_cache_get(cache, cache_key, &size); in lima_vs_disk_cache_retrieve() 162 void *buffer = disk_cache_get(cache, cache_key, &size); in lima_fs_disk_cache_retrieve()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_disk_cache.c | 179 void *buffer = disk_cache_get(compiler->disk_cache, cache_key, &size); in ir3_disk_cache_retrieve()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disk_cache.c | 144 void *buffer = disk_cache_get(compiler->disk_cache, cache_key, &size); in etna_disk_cache_retrieve()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | shader_cache.cpp | 215 uint8_t *buffer = (uint8_t *) disk_cache_get(cache, prog->data->sha1, in shader_cache_read_program_metadata()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_disk_cache.c | 155 void *buffer = disk_cache_get(screen->disk_cache, cache_key, &size); in crocus_disk_cache_retrieve()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | nir_load_libclc.c | 262 uint8_t *buffer = disk_cache_get(disk_cache, cache_key, &buffer_size); in nir_load_libclc_shader()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_disk_cache.c | 169 void *buffer = disk_cache_get(screen->disk_cache, cache_key, &size); in iris_disk_cache_retrieve()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_disk_cache.c | 126 uint8_t *buffer = disk_cache_get(cache, binary_sha1, &buffer_size); in read_and_upload()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 942 uint8_t *buffer = disk_cache_get(screen->disk_shader_cache, sha1, &binary_size); in lp_disk_cache_find_shader()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 326 (struct cache_entry *)disk_cache_get(device->physical_device->disk_cache, disk_sha1, NULL); in radv_create_shader_variants_from_pipeline_cache()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 700 uint8_t *buffer = disk_cache_get(disk_cache, cache_key, &buffer_size); in anv_device_search_for_kernel()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline_cache.c | 311 uint8_t *buffer = disk_cache_get(disk_cache, cache_key, &buffer_size); in v3dv_pipeline_cache_search_for_pipeline()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 651 cached_data = disk_cache_get(disk_shader_cache, key, &cache_size); in nvc0_program_translate()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 205 pcci.pInitialData = disk_cache_get(screen->disk_cache, key, &pg->pipeline_cache_size); in cache_get_job()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 2537 uint32_t *buffer = (uint32_t *)disk_cache_get(cache, key, &size); in load_nir_from_disk_cache()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.c | 286 uint8_t *buffer = disk_cache_get(sscreen->disk_shader_cache, sha1, &binary_size); in si_shader_cache_load_shader()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 533 - radv: Fix disk_cache_get size argument.
|
D | 20.0.0.rst | 529 - radv: Fix disk_cache_get size argument.
|