Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Datifragshader.c603 GLuint modtemp = dstMod & ~GL_SATURATE_BIT_ATI; in _mesa_FragmentOpXATI() local
640 if ((modtemp != GL_NONE) && (modtemp != GL_2X_BIT_ATI) && in _mesa_FragmentOpXATI()
641 (modtemp != GL_4X_BIT_ATI) && (modtemp != GL_8X_BIT_ATI) && in _mesa_FragmentOpXATI()
642 (modtemp != GL_HALF_BIT_ATI) && (modtemp != GL_QUARTER_BIT_ATI) && in _mesa_FragmentOpXATI()
643 (modtemp != GL_EIGHTH_BIT_ATI)) { in _mesa_FragmentOpXATI()
644 _mesa_error(ctx, GL_INVALID_ENUM, "C/AFragmentOpATI(dstMod)%x", modtemp); in _mesa_FragmentOpXATI()