Searched refs:argRep (Results 1 – 3 of 3) sorted by relevance
163 check_arith_arg(GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg() argument182 if (optype == ATI_FRAGMENT_SHADER_COLOR_OP && argRep == GL_ALPHA) { in check_arith_arg()186 (argRep == GL_ALPHA || argRep == GL_NONE)) { in check_arith_arg()709 curI->SrcReg[optype][0].argRep = arg1Rep; in _mesa_FragmentOpXATI()715 curI->SrcReg[optype][1].argRep = arg2Rep; in _mesa_FragmentOpXATI()721 curI->SrcReg[optype][2].argRep = arg3Rep; in _mesa_FragmentOpXATI()
30 GLuint argRep; member
192 switch (srcReg->argRep) { in prepare_argument()