Lines Matching defs:sha1
50 unsigned char sha1[20];
57 _mesa_sha1_final(&ctx, sha1);
58 _mesa_sha1_format(sha1buf, sha1);
461 _mesa_sha1_format(sha1buf, stage->pipeline->sha1);
1498 _mesa_sha1_update(&ctx, &pipeline->layout->sha1,
1499 sizeof(pipeline->layout->sha1));
1502 /* We need to include all shader stages in the sha1 key as linking may modify
1531 _mesa_sha1_update(&ctx, &pipeline->layout->sha1,
1532 sizeof(pipeline->layout->sha1));
2469 pipeline_hash_graphics(pipeline, &pipeline_key, pipeline->sha1);
2475 pipeline->sha1,
2503 v3dv_pipeline_shared_data_new_empty(pipeline->sha1, pipeline, true);
3186 pipeline_hash_compute(pipeline, &pipeline_key, pipeline->sha1);
3190 v3dv_pipeline_cache_search_for_pipeline(cache, pipeline->sha1, &cache_hit);
3205 pipeline->shared_data = v3dv_pipeline_shared_data_new_empty(pipeline->sha1,