• Home
  • Raw
  • Download

Lines Matching refs:sha1buf

132       char sha1buf[41];  in v3dv_pipeline_cache_upload_nir()  local
133 _mesa_sha1_format(sha1buf, snir->sha1_key); in v3dv_pipeline_cache_upload_nir()
134 fprintf(stderr, "pipeline cache %p, new nir entry %s\n", cache, sha1buf); in v3dv_pipeline_cache_upload_nir()
154 char sha1buf[41]; in v3dv_pipeline_cache_search_for_nir() local
155 _mesa_sha1_format(sha1buf, sha1_key); in v3dv_pipeline_cache_search_for_nir()
157 fprintf(stderr, "pipeline cache %p, search for nir %s\n", cache, sha1buf); in v3dv_pipeline_cache_search_for_nir()
259 char sha1buf[41]; in v3dv_pipeline_cache_search_for_pipeline() local
260 _mesa_sha1_format(sha1buf, sha1_key); in v3dv_pipeline_cache_search_for_pipeline()
262 fprintf(stderr, "pipeline cache %p, search pipeline with key %s\n", cache, sha1buf); in v3dv_pipeline_cache_search_for_pipeline()
315 char sha1buf[41]; in v3dv_pipeline_cache_search_for_pipeline() local
316 _mesa_sha1_format(sha1buf, cache_key); in v3dv_pipeline_cache_search_for_pipeline()
319 sha1buf); in v3dv_pipeline_cache_search_for_pipeline()
456 char sha1buf[41]; in pipeline_cache_upload_shared_data() local
457 _mesa_sha1_format(sha1buf, shared_data->sha1_key); in pipeline_cache_upload_shared_data()
460 cache, sha1buf, shared_data); in pipeline_cache_upload_shared_data()
484 char sha1buf[41]; in pipeline_cache_upload_shared_data() local
485 _mesa_sha1_format(sha1buf, shared_data->sha1_key); in pipeline_cache_upload_shared_data()
486 fprintf(stderr, "[v3dv on-disk cache] storing %s\n", sha1buf); in pipeline_cache_upload_shared_data()
822 char sha1buf[41]; in v3dv_MergePipelineCaches() local
823 _mesa_sha1_format(sha1buf, snir_dst->sha1_key); in v3dv_MergePipelineCaches()
827 dst, sha1buf, src); in v3dv_MergePipelineCaches()
845 char sha1buf[41]; in v3dv_MergePipelineCaches() local
846 _mesa_sha1_format(sha1buf, cache_entry->sha1_key); in v3dv_MergePipelineCaches()
850 dst, sha1buf, src); in v3dv_MergePipelineCaches()