/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_disk_cache.c | 49 _mesa_sha1_format(sha1, cache_key); in lima_vs_disk_cache_store() 77 _mesa_sha1_format(sha1, cache_key); in lima_fs_disk_cache_store() 105 _mesa_sha1_format(sha1, cache_key); in lima_vs_disk_cache_retrieve() 157 _mesa_sha1_format(sha1, cache_key); in lima_fs_disk_cache_retrieve() 202 _mesa_sha1_format(timestamp, id_sha1); in lima_disk_cache_init()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | shader_cache.cpp | 136 _mesa_sha1_format(sha1_buf, prog->data->sha1); in shader_cache_write_program_metadata() 202 _mesa_sha1_format(sha1buf, ctx->Const.dri_config_options_sha1); in shader_cache_read_program_metadata() 207 _mesa_sha1_format(sha1buf, sh->disk_cache_sha1); in shader_cache_read_program_metadata() 233 _mesa_sha1_format(sha1buf, prog->data->sha1); in shader_cache_read_program_metadata()
|
D | glsl_parser_extras.cpp | 2171 _mesa_sha1_format(buf, shader->disk_cache_sha1); in can_skip_compile() 2335 _mesa_sha1_format(sha1_buf, shader->disk_cache_sha1); in _mesa_glsl_compile_shader()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disk_cache.c | 48 _mesa_sha1_format(timestamp, id_sha1); in etna_disk_cache_init() 136 _mesa_sha1_format(sha1, cache_key); in etna_disk_cache_retrieve() 172 _mesa_sha1_format(sha1, cache_key); in etna_disk_cache_store()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_disk_cache.c | 97 _mesa_sha1_format(sha1, cache_key); in crocus_disk_cache_store() 150 _mesa_sha1_format(sha1, cache_key); in crocus_disk_cache_retrieve() 254 _mesa_sha1_format(timestamp, id_sha1); in crocus_disk_cache_init()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_disk_cache.c | 71 _mesa_sha1_format(timestamp, id_sha1); in v3d_disk_cache_init() 129 _mesa_sha1_format(sha1, cache_key); in v3d_disk_cache_retrieve() 210 _mesa_sha1_format(sha1, cache_key); in v3d_disk_cache_store()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_disk_cache.c | 96 _mesa_sha1_format(sha1, cache_key); in iris_disk_cache_store() 164 _mesa_sha1_format(sha1, cache_key); in iris_disk_cache_retrieve() 282 _mesa_sha1_format(timestamp, id_sha1); in iris_disk_cache_init()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline_cache.c | 133 _mesa_sha1_format(sha1buf, snir->sha1_key); in v3dv_pipeline_cache_upload_nir() 155 _mesa_sha1_format(sha1buf, sha1_key); in v3dv_pipeline_cache_search_for_nir() 260 _mesa_sha1_format(sha1buf, sha1_key); in v3dv_pipeline_cache_search_for_pipeline() 316 _mesa_sha1_format(sha1buf, cache_key); in v3dv_pipeline_cache_search_for_pipeline() 457 _mesa_sha1_format(sha1buf, shared_data->sha1_key); in pipeline_cache_upload_shared_data() 485 _mesa_sha1_format(sha1buf, shared_data->sha1_key); in pipeline_cache_upload_shared_data() 823 _mesa_sha1_format(sha1buf, snir_dst->sha1_key); in v3dv_MergePipelineCaches() 846 _mesa_sha1_format(sha1buf, cache_entry->sha1_key); in v3dv_MergePipelineCaches()
|
D | v3dv_pipeline.c | 58 _mesa_sha1_format(sha1buf, sha1); in v3dv_print_v3d_key() 461 _mesa_sha1_format(sha1buf, stage->pipeline->sha1); in shader_module_compile_to_nir()
|
D | v3dv_device.c | 705 _mesa_sha1_format(timestamp, device->driver_build_sha1); in v3dv_physical_device_init_disk_cache()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_disk_cache.c | 63 _mesa_sha1_format(timestamp, id_sha1); in ir3_disk_cache_init() 228 _mesa_sha1_format(sha1, cache_key); in ir3_disk_cache_retrieve() 267 _mesa_sha1_format(sha1, cache_key); in ir3_disk_cache_store()
|
D | ir3_shader.c | 242 _mesa_sha1_format(sha1buf, sha1); in assemble_variant()
|
/third_party/mesa3d/src/util/tests/ |
D | mesa-sha1_test.cpp | 53 _mesa_sha1_format(buf, sha1); in TEST_P()
|
/third_party/mesa3d/src/util/ |
D | mesa-sha1.h | 57 _mesa_sha1_format(char *buf, const unsigned char *sha1);
|
D | mesa-sha1.c | 42 _mesa_sha1_format(char *buf, const unsigned char *sha1) in _mesa_sha1_format() function
|
D | disk_cache_os.c | 392 _mesa_sha1_format(buf, key); in make_cache_file_directory() 626 _mesa_sha1_format(buf, key); in disk_cache_get_cache_filename()
|
D | fossilize_db.c | 478 _mesa_sha1_format(hash_str, cache_key_160bit); in foz_write_entry()
|
D | xmlconfig.c | 727 _mesa_sha1_format((char*) sha1s, sha1x); in parseAppAttr()
|
/third_party/mesa3d/src/intel/compiler/ |
D | intel_clc.c | 76 _mesa_sha1_format(timestamp, sha1); in get_disk_cache() 253 _mesa_sha1_format(sha1_str, sha1); in print_kernel()
|
D | brw_vec4_generator.cpp | 2227 _mesa_sha1_format(sha1buf, sha1); in generate_code()
|
D | brw_fs_generator.cpp | 2566 _mesa_sha1_format(sha1buf, sha1); in generate_code()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_debug.c | 435 _mesa_sha1_format(sha1buf, sha1); in radv_dump_shader()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_screen.c | 970 _mesa_sha1_format(timestamp, sha1); in virgl_disk_cache_create()
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf.c | 863 _mesa_sha1_format(formatted_hash, hash); in intel_perf_store_configuration()
|
/third_party/mesa3d/src/mesa/main/ |
D | shaderapi.c | 1974 _mesa_sha1_format(sha, sha1); in _mesa_dump_shader_source() 2005 _mesa_sha1_format(sha, sha1); in _mesa_read_shader_source()
|