Lines Matching refs:sha1buf
118 char sha1buf[41]; in v3dv_pipeline_cache_upload_nir() local
119 _mesa_sha1_format(sha1buf, snir->sha1_key); in v3dv_pipeline_cache_upload_nir()
120 fprintf(stderr, "pipeline cache %p, new nir entry %s\n", cache, sha1buf); in v3dv_pipeline_cache_upload_nir()
139 char sha1buf[41]; in v3dv_pipeline_cache_search_for_nir() local
140 _mesa_sha1_format(sha1buf, sha1_key); in v3dv_pipeline_cache_search_for_nir()
142 fprintf(stderr, "pipeline cache %p, search for nir %s\n", cache, sha1buf); in v3dv_pipeline_cache_search_for_nir()
216 char sha1buf[41]; in v3dv_pipeline_cache_search_for_variant() local
217 _mesa_sha1_format(sha1buf, sha1_key); in v3dv_pipeline_cache_search_for_variant()
219 fprintf(stderr, "pipeline cache %p, search variant with key %s\n", cache, sha1buf); in v3dv_pipeline_cache_search_for_variant()
278 char sha1buf[41]; in v3dv_pipeline_cache_upload_variant() local
279 _mesa_sha1_format(sha1buf, variant->variant_sha1); in v3dv_pipeline_cache_upload_variant()
282 cache, sha1buf, variant); in v3dv_pipeline_cache_upload_variant()
544 char sha1buf[41]; in v3dv_MergePipelineCaches() local
545 _mesa_sha1_format(sha1buf, snir_dst->sha1_key); in v3dv_MergePipelineCaches()
549 dst, sha1buf, src); in v3dv_MergePipelineCaches()
566 char sha1buf[41]; in v3dv_MergePipelineCaches() local
567 _mesa_sha1_format(sha1buf, variant->variant_sha1); in v3dv_MergePipelineCaches()
571 dst, sha1buf, src); in v3dv_MergePipelineCaches()