Lines Matching defs:blob
417 /* Serialize the NIR to a binary blob that we can hash for the disk
422 struct blob blob;
423 blob_init(&blob);
424 nir_serialize(&blob, nir, true);
425 _mesa_sha1_compute(blob.data, blob.size, so->nir_sha1);
426 blob_finish(&blob);
664 /* Serialize the NIR to a binary blob that we can hash for the disk
669 struct blob blob;
670 blob_init(&blob);
671 nir_serialize(&blob, nir, true);
672 _mesa_sha1_compute(blob.data, blob.size, so->nir_sha1);
673 blob_finish(&blob);