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

/external/chromium_org/third_party/mesa/src/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
/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 528 milliseconds