Home | History | Annotate | Download | only in r200

Lines Matching refs:alpha_scale

311    GLuint alpha_scale = rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND2] &
335 alpha_scale |= ((rmesa->state.texture.unit[unit].outputreg + 1) << R200_TXA_OUTPUT_REG_SHIFT) |
700 alpha_scale |= R200_TXA_DOT_ALPHA;
708 alpha_scale |= (Ashift << R200_TXA_SCALE_SHIFT);
717 rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND2] != alpha_scale) {
722 rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND2] = alpha_scale;