Home | History | Annotate | Download | only in r200

Lines Matching refs:pix

308    GLuint color_scale = rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND2] &
311 GLuint alpha_scale = rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND2] &
714 if ( rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND] != color_combine ||
715 rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND] != alpha_combine ||
716 rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND2] != color_scale ||
717 rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND2] != alpha_scale) {
718 R200_STATECHANGE( rmesa, pix[slot] );
719 rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND] = color_combine;
720 rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND] = alpha_combine;
721 rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND2] = color_scale;
722 rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND2] = alpha_scale;