Searched refs:last_optype (Results 1 – 2 of 2) sorted by relevance
112 if (optype == curProg->last_optype) { in match_pair_inst()113 curProg->last_optype = 1; in match_pair_inst()372 ctx->ATIFragmentShader.Current->last_optype = 0; in _mesa_BeginFragmentShaderATI()613 if ((optype == 0) || (curProg->last_optype == optype)) { in _mesa_FragmentOpXATI()622 curProg->last_optype = optype; in _mesa_FragmentOpXATI()
2153 GLubyte last_optype; member