Lines Matching defs:dstMask
118 GLuint dstMask, GLuint dstMod, GLuint arg1,
130 fprintf(stderr, ", %d", dstMask);
582 GLuint dstMask, GLuint dstMod, GLuint arg1,
717 * "The <dstMask> parameter specifies which of the color components in
726 curI->DstReg[optype].dstMask = WRITEMASK_W;
727 else if (dstMask == GL_NONE)
728 curI->DstReg[optype].dstMask = WRITEMASK_XYZ;
730 curI->DstReg[optype].dstMask = dstMask;
733 debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod);
739 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask,
743 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 1, op, dst, dstMask,
748 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask,
753 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 2, op, dst, dstMask,
759 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask,
765 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 3, op, dst, dstMask,