Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Datifragshader.c585 GLuint modtemp = dstMod & ~GL_SATURATE_BIT_ATI; in _mesa_FragmentOpXATI() local
622 if ((modtemp != GL_NONE) && (modtemp != GL_2X_BIT_ATI) && in _mesa_FragmentOpXATI()
623 (modtemp != GL_4X_BIT_ATI) && (modtemp != GL_8X_BIT_ATI) && in _mesa_FragmentOpXATI()
624 (modtemp != GL_HALF_BIT_ATI) && (modtemp != GL_QUARTER_BIT_ATI) && in _mesa_FragmentOpXATI()
625 (modtemp != GL_EIGHTH_BIT_ATI)) { in _mesa_FragmentOpXATI()
626 _mesa_error(ctx, GL_INVALID_ENUM, "C/AFragmentOpATI(dstMod)%x", modtemp); in _mesa_FragmentOpXATI()