Searched refs:GL_CON_7_ATI (Results 1 – 4 of 4) sorted by relevance
186 if (((arg < GL_CON_0_ATI) || (arg > GL_CON_7_ATI)) && in check_arith_arg()672 if ((arg1 >= GL_CON_0_ATI) && (arg1 <= GL_CON_7_ATI) && in _mesa_FragmentOpXATI()673 (arg2 >= GL_CON_0_ATI) && (arg2 <= GL_CON_7_ATI) && in _mesa_FragmentOpXATI()674 (arg3 >= GL_CON_0_ATI) && (arg3 <= GL_CON_7_ATI) && in _mesa_FragmentOpXATI()778 if ((dst < GL_CON_0_ATI) || (dst > GL_CON_7_ATI)) { in _mesa_SetFragmentShaderConstantATI()
354 else if (index >= GL_CON_0_ATI && index <= GL_CON_7_ATI) { in execute_shader()
77 else if (index >= GL_CON_0_ATI && index <= GL_CON_7_ATI) { in r200SetFragShaderArg()
4571 #define GL_CON_7_ATI 0x8948 macro