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 145 GLuint rgb_shift; local
172 rgb_shift = 0;
177 rgb_shift = 0;
181 rgb_shift = combine->ScaleShiftRGB;
218 blendop |= (rgb_shift << TEXOP_SCALE_SHIFT);
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 787 GLuint rgb_shift, alpha_shift; local
800 rgb_shift = 0;
804 rgb_shift = 0;
807 rgb_shift = key->unit[unit].ScaleShiftRGB;
815 if (rgb_shift)
885 if (alpha_shift || rgb_shift) {
888 if (rgb_shift == alpha_shift) {
889 shift = new(p->mem_ctx) ir_constant((float)(1 << rgb_shift));
893 1 << rgb_shift,
894 1 << rgb_shift,
    [all...]

Completed in 1296 milliseconds