HomeSort by relevance Sort by last modified time
    Searched refs:color_scale (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c 308 GLuint color_scale = rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND2] & local
332 color_scale |= ((rmesa->state.texture.unit[unit].outputreg + 1) << R200_TXC_OUTPUT_REG_SHIFT) |
707 color_scale |= (RGBshift << R200_TXC_SCALE_SHIFT);
716 rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND2] != color_scale ||
721 rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND2] = color_scale;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 308 GLuint color_scale = rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND2] & local
332 color_scale |= ((rmesa->state.texture.unit[unit].outputreg + 1) << R200_TXC_OUTPUT_REG_SHIFT) |
707 color_scale |= (RGBshift << R200_TXC_SCALE_SHIFT);
716 rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND2] != color_scale ||
721 rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND2] = color_scale;
    [all...]

Completed in 5352 milliseconds