Searched refs:last_optype (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Datifragshader.c112 if (optype == curProg->last_optype) {
113 curProg->last_optype = 1;
372 ctx->ATIFragmentShader.Current->last_optype = 0;
613 if ((optype == 0) || (curProg->last_optype == optype)) {
622 curProg->last_optype = optype;
H A Dmtypes.h2153 GLubyte last_optype; member in struct:ati_fragment_shader

Completed in 98 milliseconds