Home
last modified time | relevance | path

Searched refs:disk_cache_compute_key (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c295 disk_cache_compute_key(cache, blob, sizeof(blob), blob_key); in test_put_and_get()
315 disk_cache_compute_key(cache, string, sizeof(string), string_key); in test_put_and_get()
352 disk_cache_compute_key(cache, one_KB, 1024, one_KB_key); in test_put_and_get()
417 disk_cache_compute_key(cache, one_MB, 1024 * 1024, one_MB_key); in test_put_and_get()
/external/mesa3d/src/util/
Ddisk_cache.h254 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size,
308 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, in disk_cache_compute_key() function
Ddisk_cache.c436 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, in disk_cache_compute_key() function
/external/mesa3d/src/freedreno/ir3/
Dir3_disk_cache.c115 disk_cache_compute_key(compiler->disk_cache, blob.data, blob.size, cache_key); in compute_variant_key()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disk_cache.c92 disk_cache_compute_key(compiler->disk_cache, blob.data, blob.size, cache_key); in compute_variant_key()
/external/mesa3d/src/compiler/glsl/
Dshader_cache.cpp209 disk_cache_compute_key(cache, buf, strlen(buf), prog->data->sha1); in shader_cache_read_program_metadata()
Dglsl_parser_extras.cpp2133 disk_cache_compute_key(ctx->Cache, source, strlen(source), in can_skip_compile()
/external/mesa3d/src/compiler/spirv/
Dnir_load_libclc.c258 disk_cache_compute_key(disk_cache, clc.cache_key, in nir_load_libclc_shader()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c837 disk_cache_compute_key(screen->disk_shader_cache, ir_sha1_cache_key, 20, sha1); in lp_disk_cache_find_shader()
859 disk_cache_compute_key(screen->disk_shader_cache, ir_sha1_cache_key, 20, sha1); in lp_disk_cache_insert_shader()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c298 disk_cache_compute_key(device->physical_device->disk_cache, in radv_create_shader_variants_from_pipeline_cache()
427 disk_cache_compute_key(device->physical_device->disk_cache, sha1, 20, in radv_pipeline_cache_insert_shaders()
/external/mesa3d/src/gallium/drivers/iris/
Diris_disk_cache.c68 disk_cache_compute_key(cache, data, data_size, cache_key); in iris_disk_cache_compute_key()
/external/mesa3d/src/mesa/state_tracker/
Dst_shader_cache.c40 disk_cache_compute_key(ctx->Cache, NULL, 0, sha1); in st_get_program_binary_driver_sha1()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c681 disk_cache_compute_key(disk_cache, key_data, key_size, cache_key); in anv_device_search_for_kernel()
741 disk_cache_compute_key(disk_cache, key_data, key_size, cache_key); in anv_device_upload_kernel()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c650 disk_cache_compute_key(disk_shader_cache, blob.data, blob.size, key); in nvc0_program_translate()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c240 disk_cache_compute_key(sscreen->disk_shader_cache, ir_sha1_cache_key, 20, key); in si_shader_cache_insert_shader()
262 disk_cache_compute_key(sscreen->disk_shader_cache, ir_sha1_cache_key, 20, sha1); in si_shader_cache_load_shader()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2562 disk_cache_compute_key(cache, in tgsi_to_nir()