Lines Matching refs:sha1
62 #include "util/mesa-sha1.h"
100 static const char zero[sizeof(prog->data->sha1)] = {0};
101 if (memcmp(prog->data->sha1, zero, sizeof(prog->data->sha1)) == 0)
131 disk_cache_put(cache, prog->data->sha1, metadata.data, metadata.size,
136 _mesa_sha1_format(sha1_buf, prog->data->sha1);
159 /* Include bindings when creating sha1. These bindings change the resulting
199 * include them as an input to sha1 creation.
211 disk_cache_compute_key(cache, buf, strlen(buf), prog->data->sha1);
215 uint8_t *buffer = (uint8_t *) disk_cache_get(cache, prog->data->sha1,
233 _mesa_sha1_format(sha1buf, prog->data->sha1);
254 disk_cache_remove(cache, prog->data->sha1);