Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Datifragshader.c590 GLuint modtemp = dstMod & ~GL_SATURATE_BIT_ATI; in _mesa_FragmentOpXATI() local
627 if ((modtemp != GL_NONE) && (modtemp != GL_2X_BIT_ATI) && in _mesa_FragmentOpXATI()
628 (modtemp != GL_4X_BIT_ATI) && (modtemp != GL_8X_BIT_ATI) && in _mesa_FragmentOpXATI()
629 (modtemp != GL_HALF_BIT_ATI) && (modtemp != GL_QUARTER_BIT_ATI) && in _mesa_FragmentOpXATI()
630 (modtemp != GL_EIGHTH_BIT_ATI)) { in _mesa_FragmentOpXATI()
631 _mesa_error(ctx, GL_INVALID_ENUM, "C/AFragmentOpATI(dstMod)%x", modtemp); in _mesa_FragmentOpXATI()