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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 53 case PIPE_BLEND_REVERSE_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)
102 case PIPE_BLEND_REVERSE_SUBTRACT:
168 } else if(bld->type.floating && func == PIPE_BLEND_REVERSE_SUBTRACT) {
184 func == PIPE_BLEND_REVERSE_SUBTRACT) {
lp_test_blend.c 389 case PIPE_BLEND_REVERSE_SUBTRACT:
418 case PIPE_BLEND_REVERSE_SUBTRACT:
618 PIPE_BLEND_REVERSE_SUBTRACT,
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_blend.c 50 case PIPE_BLEND_REVERSE_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_blend.c 52 case PIPE_BLEND_REVERSE_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_blend.c 49 case PIPE_BLEND_REVERSE_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 55 case PIPE_BLEND_REVERSE_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_blend.c 50 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/swr/
swr_state.h 240 case PIPE_BLEND_REVERSE_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 125 case PIPE_BLEND_REVERSE_SUBTRACT:
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 49 case PIPE_BLEND_REVERSE_SUBTRACT:
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/mesa/state_tracker/
st_atom_blend.c 58 return PIPE_BLEND_REVERSE_SUBTRACT;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 81 PIPE_BLEND_REVERSE_SUBTRACT,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 84 case PIPE_BLEND_REVERSE_SUBTRACT: return SVGA3D_BLENDEQ_REVSUBTRACT;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.c 423 blend.rt[0].rgb_func = PIPE_BLEND_REVERSE_SUBTRACT;
424 blend.rt[0].alpha_dst_factor = PIPE_BLEND_REVERSE_SUBTRACT;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_blend.c 245 case PIPE_BLEND_REVERSE_SUBTRACT:
269 case PIPE_BLEND_REVERSE_SUBTRACT:
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 651 case D3DBLENDOP_REVSUBTRACT: 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/radeonsi/
si_state.c 267 case PIPE_BLEND_REVERSE_SUBTRACT:
337 case PIPE_BLEND_REVERSE_SUBTRACT:
388 *func = PIPE_BLEND_REVERSE_SUBTRACT;
389 else if (*func == PIPE_BLEND_REVERSE_SUBTRACT)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 568 return PIPE_BLEND_REVERSE_SUBTRACT;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 272 case PIPE_BLEND_REVERSE_SUBTRACT: return GEN6_BLENDFUNCTION_REVERSE_SUBTRACT;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 109 case PIPE_BLEND_REVERSE_SUBTRACT:
    [all...]
r600_state.c 40 case PIPE_BLEND_REVERSE_SUBTRACT:
    [all...]

Completed in 66 milliseconds