Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Datifragshader.c78 if (optype == curProg->last_optype) { in match_pair_inst()
79 curProg->last_optype = ATI_FRAGMENT_SHADER_ALPHA_OP; in match_pair_inst()
349 ctx->ATIFragmentShader.Current->last_optype = 0; in _mesa_BeginFragmentShaderATI()
611 curProg->last_optype == optype || in _mesa_FragmentOpXATI()
691 curProg->last_optype = optype; in _mesa_FragmentOpXATI()
Dmtypes.h2430 GLubyte last_optype; member