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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 48 case PIPE_BLEND_REVERSE_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)
97 case PIPE_BLEND_REVERSE_SUBTRACT:
163 } else if(bld->type.floating && func == PIPE_BLEND_REVERSE_SUBTRACT) {
179 func == PIPE_BLEND_REVERSE_SUBTRACT) {
lp_test_blend.c 413 case PIPE_BLEND_REVERSE_SUBTRACT:
442 case PIPE_BLEND_REVERSE_SUBTRACT:
723 PIPE_BLEND_REVERSE_SUBTRACT,
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 55 case PIPE_BLEND_REVERSE_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 163 case PIPE_BLEND_REVERSE_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 49 case PIPE_BLEND_REVERSE_SUBTRACT:
r300_state.c 324 if ((eqRGB == PIPE_BLEND_ADD || eqRGB == PIPE_BLEND_REVERSE_SUBTRACT) &&
325 (eqA == PIPE_BLEND_ADD || eqA == PIPE_BLEND_REVERSE_SUBTRACT)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 67 case PIPE_BLEND_REVERSE_SUBTRACT: return SVGA3D_BLENDEQ_REVSUBTRACT;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 76 #define PIPE_BLEND_REVERSE_SUBTRACT 2
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 58 return PIPE_BLEND_REVERSE_SUBTRACT;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.c 419 blend.rt[0].rgb_func = PIPE_BLEND_REVERSE_SUBTRACT;
420 blend.rt[0].alpha_dst_factor = PIPE_BLEND_REVERSE_SUBTRACT;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 554 return PIPE_BLEND_REVERSE_SUBTRACT;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 789 case PIPE_BLEND_REVERSE_SUBTRACT:
818 case PIPE_BLEND_REVERSE_SUBTRACT:
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 39 case PIPE_BLEND_REVERSE_SUBTRACT:
    [all...]
evergreen_state.c 95 case PIPE_BLEND_REVERSE_SUBTRACT:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 71 case PIPE_BLEND_REVERSE_SUBTRACT:
    [all...]

Completed in 183 milliseconds