Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Datifragshader.c112 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()
Dmtypes.h2153 GLubyte last_optype; member