Searched refs:GL_SATURATE_BIT_ATI (Results 1 – 6 of 6) sorted by relevance
158 GLint has_sat = mod & GL_SATURATE_BIT_ATI; in apply_dst_mod()161 mod &= ~GL_SATURATE_BIT_ATI; in apply_dst_mod()
273 GLuint sat = inst->DstReg[optype].dstMod & GL_SATURATE_BIT_ATI; in r200UpdateFSArith()276 dstmod &= ~GL_SATURATE_BIT_ATI; in r200UpdateFSArith()
116 if (mod & GL_SATURATE_BIT_ATI) in create_dst_mod_str()587 GLuint modtemp = dstMod & ~GL_SATURATE_BIT_ATI; in _mesa_FragmentOpXATI()
260 GLuint scale = dstMod & ~GL_SATURATE_BIT_ATI; in emit_dstmod()291 if (dstMod & GL_SATURATE_BIT_ATI) { in emit_dstmod()
5365 #define GL_SATURATE_BIT_ATI 0x00000040 macro
6057 #define GL_SATURATE_BIT_ATI 0x00000040 macro