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

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 143 GLuint rgb_shift; local
170 rgb_shift = 0;
175 rgb_shift = 0;
179 rgb_shift = combine->ScaleShiftRGB;
216 blendop |= (rgb_shift << TEXOP_SCALE_SHIFT);
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 597 GLuint rgb_shift, alpha_shift; local
606 rgb_shift = 0;
610 rgb_shift = 0;
613 rgb_shift = key->unit[unit].ScaleShiftRGB;
621 if (rgb_shift)
691 if (alpha_shift || rgb_shift) {
694 if (rgb_shift == alpha_shift) {
695 shift = new(p->mem_ctx) ir_constant((float)(1 << rgb_shift));
700 const_data.f[0] = float(1 << rgb_shift);
701 const_data.f[1] = float(1 << rgb_shift);
    [all...]

Completed in 78 milliseconds