Home | History | Annotate | Download | only in swrast

Lines Matching refs:mod

127 apply_src_mod(GLint optype, GLuint mod, GLfloat * val)
132 if (!mod)
139 if (mod & GL_COMP_BIT_ATI)
142 if (mod & GL_BIAS_BIT_ATI)
145 if (mod & GL_2X_BIT_ATI)
148 if (mod & GL_NEGATE_BIT_ATI)
154 apply_dst_mod(GLuint optype, GLuint mod, GLfloat * val)
157 GLint has_sat = mod & GL_SATURATE_BIT_ATI;
160 mod &= ~GL_SATURATE_BIT_ATI;
166 switch (mod) {
204 write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src,
208 apply_dst_mod(optype, mod, src);