Home
last modified time | relevance | path

Searched refs:disk_cache_get (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/util/tests/cache/
Dcache_test.c164 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/
Ddisk_cache.h240 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
Ddisk_cache.c411 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/
Dlima_disk_cache.c110 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/
Dir3_disk_cache.c179 void *buffer = disk_cache_get(compiler->disk_cache, cache_key, &size); in ir3_disk_cache_retrieve()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disk_cache.c144 void *buffer = disk_cache_get(compiler->disk_cache, cache_key, &size); in etna_disk_cache_retrieve()
/third_party/mesa3d/src/compiler/glsl/
Dshader_cache.cpp215 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/
Dcrocus_disk_cache.c155 void *buffer = disk_cache_get(screen->disk_cache, cache_key, &size); in crocus_disk_cache_retrieve()
/third_party/mesa3d/src/compiler/spirv/
Dnir_load_libclc.c262 uint8_t *buffer = disk_cache_get(disk_cache, cache_key, &buffer_size); in nir_load_libclc_shader()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_disk_cache.c169 void *buffer = disk_cache_get(screen->disk_cache, cache_key, &size); in iris_disk_cache_retrieve()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disk_cache.c126 uint8_t *buffer = disk_cache_get(cache, binary_sha1, &buffer_size); in read_and_upload()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c942 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/
Dradv_pipeline_cache.c326 (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/
Danv_pipeline_cache.c700 uint8_t *buffer = disk_cache_get(disk_cache, cache_key, &buffer_size); in anv_device_search_for_kernel()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c311 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/
Dnvc0_program.c651 cached_data = disk_cache_get(disk_shader_cache, key, &cache_size); in nvc0_program_translate()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c205 pcci.pInitialData = disk_cache_get(screen->disk_cache, key, &pg->pipeline_cache_size); in cache_get_job()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2537 uint32_t *buffer = (uint32_t *)disk_cache_get(cache, key, &size); in load_nir_from_disk_cache()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c286 uint8_t *buffer = disk_cache_get(sscreen->disk_shader_cache, sha1, &binary_size); in si_shader_cache_load_shader()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst533 - radv: Fix disk_cache_get size argument.
D20.0.0.rst529 - radv: Fix disk_cache_get size argument.