Lines Matching refs:dstMask
132 GLuint dstMask, GLuint dstMod, GLuint arg1,
144 fprintf(stderr, ", %d", dstMask);
594 GLuint dstMask, GLuint dstMod, GLuint arg1,
729 * "The <dstMask> parameter specifies which of the color components in
738 curI->DstReg[optype].dstMask = WRITEMASK_W;
739 else if (dstMask == GL_NONE)
740 curI->DstReg[optype].dstMask = WRITEMASK_XYZ;
742 curI->DstReg[optype].dstMask = dstMask;
745 debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod);
751 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask,
755 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 1, op, dst, dstMask,
760 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask,
765 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 2, op, dst, dstMask,
771 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask,
777 _mesa_FragmentOpXATI(ATI_FRAGMENT_SHADER_COLOR_OP, 3, op, dst, dstMask,