HomeSort by relevance Sort by last modified time
    Searched refs:curProg (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
atifragshader.c 110 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype)
112 if (optype == curProg->last_optype) {
113 curProg->last_optype = 1;
181 static int check_arith_arg(struct ati_fragment_shader *curProg,
203 if ((curProg->cur_pass == 1) &&
205 curProg->interpinp1 = GL_TRUE;
239 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;
249 if (curProg->Id == id) {
254 if (curProg->Id != 0) {
255 curProg->RefCount--
    [all...]
arbprogram.c 75 struct gl_program *curProg, *newProg;
79 /* Error-check target and get curProg */
83 curProg = &ctx->VertexProgram.Current->Base;
89 curProg = &ctx->FragmentProgram.Current->Base;
130 if (curProg->Id == id) {

Completed in 37 milliseconds