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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 47 case PIPE_BLEND_SUBTRACT:
65 if(rgb_func == PIPE_BLEND_SUBTRACT && alpha_func == PIPE_BLEND_REVERSE_SUBTRACT)
67 if(rgb_func == PIPE_BLEND_REVERSE_SUBTRACT && alpha_func == PIPE_BLEND_SUBTRACT)
95 case PIPE_BLEND_SUBTRACT:
153 } else if(bld->type.floating && func == PIPE_BLEND_SUBTRACT) {
178 func == PIPE_BLEND_SUBTRACT ||
lp_test_blend.c 408 case PIPE_BLEND_SUBTRACT:
439 case PIPE_BLEND_SUBTRACT:
722 PIPE_BLEND_SUBTRACT,
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 53 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 161 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 47 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 66 case PIPE_BLEND_SUBTRACT: return SVGA3D_BLENDEQ_SUBTRACT;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 75 #define PIPE_BLEND_SUBTRACT 1
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 56 return PIPE_BLEND_SUBTRACT;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 552 return PIPE_BLEND_SUBTRACT;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 784 case PIPE_BLEND_SUBTRACT:
815 case PIPE_BLEND_SUBTRACT:
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 37 case PIPE_BLEND_SUBTRACT:
    [all...]
evergreen_state.c 93 case PIPE_BLEND_SUBTRACT:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 69 case PIPE_BLEND_SUBTRACT:
    [all...]

Completed in 52 milliseconds