Lines Matching defs:sha1
30 #include "util/mesa-sha1.h"
525 unsigned char sha1[20];
560 _mesa_sha1_update(&ctx, layout->sha1, sizeof(layout->sha1));
586 _mesa_sha1_update(&ctx, layout->sha1, sizeof(layout->sha1));
613 _mesa_sha1_update(&ctx, layout->sha1, sizeof(layout->sha1));
635 _mesa_sha1_update(&ctx, layout->sha1, sizeof(layout->sha1));
1525 unsigned char sha1[20];
1526 anv_pipeline_hash_graphics(pipeline, layout, stages, sha1);
1533 memcpy(stages[s].cache_key.sha1, sha1, sizeof(sha1));
1816 anv_pipeline_hash_compute(pipeline, layout, &stage, stage.cache_key.sha1);
2401 stages[i].cache_key.sha1);
2425 stages[intersection_idx].cache_key.sha1);
2429 stages[intersection_idx].cache_key.sha1);