HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_BLEND_ADD (Results 26 - 33 of 33) sorted by null

12

  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 506 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
509 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 189 if ((eqRGB == PIPE_BLEND_ADD || eqRGB == PIPE_BLEND_REVERSE_SUBTRACT) &&
190 (eqA == PIPE_BLEND_ADD || eqA == PIPE_BLEND_REVERSE_SUBTRACT)) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 211 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
214 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 36 case PIPE_BLEND_ADD:
    [all...]
evergreen_state.c 105 case PIPE_BLEND_ADD:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 263 case PIPE_BLEND_ADD:
333 case PIPE_BLEND_ADD:
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 270 case PIPE_BLEND_ADD: return GEN6_BLENDFUNCTION_ADD;
    [all...]

Completed in 713 milliseconds

12