Lines Matching defs:sh
86 struct gl_shader *sh)
89 *ptr = sh;
134 _mesa_delete_shader(struct gl_context *, struct gl_shader *sh)
136 free((void *)sh->Source);
137 free(sh->Label);
138 ralloc_free(sh);
143 struct gl_linked_shader *sh)
145 ralloc_free(sh->Program);
146 ralloc_free(sh);
271 for (int sh = 0; sh < MESA_SHADER_STAGES; ++sh)
272 memcpy(&ctx->Const.ShaderCompilerOptions[sh], &options, sizeof(options));