Searched refs:curProg (Results 1 – 4 of 4) sorted by relevance
87 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) in match_pair_inst() argument89 if (optype == curProg->last_optype) { in match_pair_inst()90 curProg->last_optype = 1; in match_pair_inst()158 static int check_arith_arg(struct ati_fragment_shader *curProg, in check_arith_arg() argument180 if ((curProg->cur_pass == 1) && in check_arith_arg()182 curProg->interpinp1 = GL_TRUE; in check_arith_arg()220 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current; in _mesa_BindFragmentShaderATI() local230 if (curProg->Id == id) { in _mesa_BindFragmentShaderATI()235 if (curProg->Id != 0) { in _mesa_BindFragmentShaderATI()236 curProg->RefCount--; in _mesa_BindFragmentShaderATI()[all …]
52 struct gl_program *curProg, *newProg; in _mesa_BindProgramARB() local57 curProg = ctx->VertexProgram.Current; in _mesa_BindProgramARB()61 curProg = ctx->FragmentProgram.Current; in _mesa_BindProgramARB()102 if (curProg->Id == id) { in _mesa_BindProgramARB()
484 struct ati_fragment_shader *curProg);
291 st_new_ati_fs(struct gl_context *ctx, struct ati_fragment_shader *curProg) in st_new_ati_fs() argument294 curProg->Id, true); in st_new_ati_fs()296 stfp->ati_fs = curProg; in st_new_ati_fs()