Lines Matching defs:mod
128 apply_src_mod(GLint optype, GLuint mod, GLfloat * val)
133 if (!mod)
140 if (mod & GL_COMP_BIT_ATI)
143 if (mod & GL_BIAS_BIT_ATI)
146 if (mod & GL_2X_BIT_ATI)
149 if (mod & GL_NEGATE_BIT_ATI)
155 apply_dst_mod(GLuint optype, GLuint mod, GLfloat * val)
158 GLint has_sat = mod & GL_SATURATE_BIT_ATI;
161 mod &= ~GL_SATURATE_BIT_ATI;
167 switch (mod) {
205 write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src,
209 apply_dst_mod(optype, mod, src);