st_get_program_binary_driver_sha1(struct gl_context *ctx, uint8_t *sha1);
void
-st_serialise_tgsi_program(struct gl_context *ctx, struct gl_program *prog);
-
-void
-st_serialise_tgsi_program_binary(struct gl_context *ctx,
- struct gl_shader_program *shProg,
- struct gl_program *prog);
-
-void
-st_deserialise_tgsi_program(struct gl_context *ctx,
- struct gl_shader_program *shProg,
- struct gl_program *prog);
-
-void
st_serialise_nir_program(struct gl_context *ctx, struct gl_program *prog);
void