Lines Matching defs:sha1
79 // process name. If null, only sha1 is used to match
81 // original glsl shader sha1
82 const char *sha1;
94 And a method to replace the shader without sha1 matching:
104 const char *sha1;
1957 const uint8_t sha1[SHA1_DIGEST_LENGTH])
1974 _mesa_sha1_format(sha, sha1);
1996 const uint8_t sha1[SHA1_DIGEST_LENGTH])
2005 _mesa_sha1_format(sha, sha1);
2022 if (memcmp(sha, shader_replacements[i].sha1, 40) != 0)
2143 /* Compute the original source sha1 before shader replacement. */