Searched refs:argRep (Results 1 – 5 of 5) sorted by relevance
159 GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg() argument170 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) || in check_arith_arg()171 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE))))) { in check_arith_arg()175 if ((arg == GL_SECONDARY_INTERPOLATOR_ATI) && (((optype == 0) && (argRep == GL_ALPHA)) || in check_arith_arg()176 ((optype == 1) && ((arg == GL_ALPHA) || (argRep == GL_NONE))))) { in check_arith_arg()674 curI->SrcReg[optype][0].argRep = arg1Rep; in _mesa_FragmentOpXATI()680 curI->SrcReg[optype][1].argRep = arg2Rep; in _mesa_FragmentOpXATI()686 curI->SrcReg[optype][2].argRep = arg3Rep; in _mesa_FragmentOpXATI()
30 GLuint argRep; member
360 apply_src_rep(optype, inst->SrcReg[optype][i].argRep, in execute_shader()
47 const GLuint srcrep = srcReg.argRep; in r200SetFragShaderArg()
157 switch (srcReg->argRep) { in prepare_argument()