Lines Matching defs:blob
1456 * https://github.com/Microsoft/DirectXShaderCompiler/blob/master/docs/DXIL.rst#shader-flags
5800 struct blob *blob)
5805 blob_init(blob);
5820 /* If no validation, write a blob as if it was going to be validated by the newest understood validator.
5984 if (!dxil_container_write(&container, blob)) {
5994 snprintf(buffer, sizeof(buffer), "shader_%s_%d.blob",
5996 debug_printf("Try to write blob to %s\n", buffer);
5999 fwrite(blob->data, 1, blob->size, f);