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

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 144 GLuint alpha_shift; local
169 alpha_shift = combine->ScaleShiftA;
174 alpha_shift = 0;
180 alpha_shift = combine->ScaleShiftA;
304 ablendop |= (alpha_shift << TEXOP_SCALE_SHIFT);
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 597 GLuint rgb_shift, alpha_shift; local
605 alpha_shift = key->unit[unit].ScaleShiftA;
609 alpha_shift = 0;
614 alpha_shift = key->unit[unit].ScaleShiftA;
628 if (alpha_shift)
691 if (alpha_shift || rgb_shift) {
694 if (rgb_shift == alpha_shift) {
703 const_data.f[3] = float(1 << alpha_shift);
    [all...]

Completed in 119 milliseconds