D | atifragshader.c | 151 GLuint dstMask, GLuint dstMod, GLuint arg1, in debug_op() argument 163 fprintf(stderr, ", %d", dstMask); in debug_op() 589 GLuint dstMask, GLuint dstMod, GLuint arg1, in _mesa_FragmentOpXATI() argument 703 curI->DstReg[optype].dstMask = dstMask; in _mesa_FragmentOpXATI() 706 …debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2M… in _mesa_FragmentOpXATI() 712 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp1ATI() argument 716 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 1, op, dst, dstMask, in _mesa_ColorFragmentOp1ATI() 721 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp2ATI() argument 726 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 2, op, dst, dstMask, in _mesa_ColorFragmentOp2ATI() 732 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp3ATI() argument [all …]
|