Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Datifragshader.c93 if (optype == curProg->last_optype) { in match_pair_inst()
94 curProg->last_optype = ATI_FRAGMENT_SHADER_ALPHA_OP; in match_pair_inst()
364 ctx->ATIFragmentShader.Current->last_optype = 0; in _mesa_BeginFragmentShaderATI()
624 curProg->last_optype == optype || in _mesa_FragmentOpXATI()
704 curProg->last_optype = optype; in _mesa_FragmentOpXATI()
Dmtypes.h2261 GLubyte last_optype; member