Home
last modified time | relevance | path

Searched refs:_mesa_sha1_format (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_disk_cache.c49 _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/
Dshader_cache.cpp136 _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()
Dglsl_parser_extras.cpp2171 _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/
Detnaviv_disk_cache.c48 _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/
Dcrocus_disk_cache.c97 _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/
Dv3d_disk_cache.c71 _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/
Diris_disk_cache.c96 _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/
Dv3dv_pipeline_cache.c133 _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()
Dv3dv_pipeline.c58 _mesa_sha1_format(sha1buf, sha1); in v3dv_print_v3d_key()
461 _mesa_sha1_format(sha1buf, stage->pipeline->sha1); in shader_module_compile_to_nir()
Dv3dv_device.c705 _mesa_sha1_format(timestamp, device->driver_build_sha1); in v3dv_physical_device_init_disk_cache()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_disk_cache.c63 _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()
Dir3_shader.c242 _mesa_sha1_format(sha1buf, sha1); in assemble_variant()
/third_party/mesa3d/src/util/tests/
Dmesa-sha1_test.cpp53 _mesa_sha1_format(buf, sha1); in TEST_P()
/third_party/mesa3d/src/util/
Dmesa-sha1.h57 _mesa_sha1_format(char *buf, const unsigned char *sha1);
Dmesa-sha1.c42 _mesa_sha1_format(char *buf, const unsigned char *sha1) in _mesa_sha1_format() function
Ddisk_cache_os.c392 _mesa_sha1_format(buf, key); in make_cache_file_directory()
626 _mesa_sha1_format(buf, key); in disk_cache_get_cache_filename()
Dfossilize_db.c478 _mesa_sha1_format(hash_str, cache_key_160bit); in foz_write_entry()
Dxmlconfig.c727 _mesa_sha1_format((char*) sha1s, sha1x); in parseAppAttr()
/third_party/mesa3d/src/intel/compiler/
Dintel_clc.c76 _mesa_sha1_format(timestamp, sha1); in get_disk_cache()
253 _mesa_sha1_format(sha1_str, sha1); in print_kernel()
Dbrw_vec4_generator.cpp2227 _mesa_sha1_format(sha1buf, sha1); in generate_code()
Dbrw_fs_generator.cpp2566 _mesa_sha1_format(sha1buf, sha1); in generate_code()
/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.c435 _mesa_sha1_format(sha1buf, sha1); in radv_dump_shader()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c970 _mesa_sha1_format(timestamp, sha1); in virgl_disk_cache_create()
/third_party/mesa3d/src/intel/perf/
Dintel_perf.c863 _mesa_sha1_format(formatted_hash, hash); in intel_perf_store_configuration()
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c1974 _mesa_sha1_format(sha, sha1); in _mesa_dump_shader_source()
2005 _mesa_sha1_format(sha, sha1); in _mesa_read_shader_source()

12