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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 52 case PIPE_BLEND_SUBTRACT:
70 if(rgb_func == PIPE_BLEND_SUBTRACT && alpha_func == PIPE_BLEND_REVERSE_SUBTRACT)
72 if(rgb_func == PIPE_BLEND_REVERSE_SUBTRACT && alpha_func == PIPE_BLEND_SUBTRACT)
100 case PIPE_BLEND_SUBTRACT:
158 } else if(bld->type.floating && func == PIPE_BLEND_SUBTRACT) {
183 func == PIPE_BLEND_SUBTRACT ||
lp_test_blend.c 384 case PIPE_BLEND_SUBTRACT:
415 case PIPE_BLEND_SUBTRACT:
617 PIPE_BLEND_SUBTRACT,
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_blend.c 48 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_blend.c 50 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_blend.c 47 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 53 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_blend.c 48 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 161 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 238 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 123 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 47 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 56 return PIPE_BLEND_SUBTRACT;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 80 PIPE_BLEND_SUBTRACT,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 83 case PIPE_BLEND_SUBTRACT: return SVGA3D_BLENDEQ_SUBTRACT;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_blend.c 243 case PIPE_BLEND_SUBTRACT:
267 case PIPE_BLEND_SUBTRACT:
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 650 case D3DBLENDOP_SUBTRACT: 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/radeonsi/
si_state.c 265 case PIPE_BLEND_SUBTRACT:
335 case PIPE_BLEND_SUBTRACT:
387 if (*func == PIPE_BLEND_SUBTRACT)
390 *func = PIPE_BLEND_SUBTRACT;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 566 return PIPE_BLEND_SUBTRACT;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 271 case PIPE_BLEND_SUBTRACT: return GEN6_BLENDFUNCTION_SUBTRACT;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 107 case PIPE_BLEND_SUBTRACT:
    [all...]
r600_state.c 38 case PIPE_BLEND_SUBTRACT:
    [all...]

Completed in 63 milliseconds