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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.c 120 case PIPE_BLENDFACTOR_INV_DST_COLOR:
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 26 case PIPE_BLENDFACTOR_INV_DST_COLOR:
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 128 case PIPE_BLENDFACTOR_INV_DST_COLOR:
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 284 case PIPE_BLENDFACTOR_INV_DST_COLOR:
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 150 case PIPE_BLENDFACTOR_INV_DST_COLOR:
194 case PIPE_BLENDFACTOR_INV_DST_COLOR:
lp_test_blend.c 279 case PIPE_BLENDFACTOR_INV_DST_COLOR:
341 case PIPE_BLENDFACTOR_INV_DST_COLOR:
605 PIPE_BLENDFACTOR_INV_DST_COLOR,
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 165 case PIPE_BLENDFACTOR_INV_DST_COLOR:
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 90 case PIPE_BLENDFACTOR_INV_DST_COLOR:
r300_state.c 290 srcRGB == PIPE_BLENDFACTOR_INV_DST_COLOR ||
294 srcA == PIPE_BLENDFACTOR_INV_DST_COLOR ||
313 srcRGB != PIPE_BLENDFACTOR_INV_DST_COLOR &&
326 srcRGB != PIPE_BLENDFACTOR_INV_DST_COLOR &&
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 92 return PIPE_BLENDFACTOR_INV_DST_COLOR;
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 677 case D3DBLEND_INVDESTCOLOR: return PIPE_BLENDFACTOR_INV_DST_COLOR/*ALPHA*/;
704 case D3DBLEND_INVDESTCOLOR: return PIPE_BLENDFACTOR_INV_DST_COLOR;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 388 case PIPE_BLENDFACTOR_INV_DST_COLOR:
491 case PIPE_BLENDFACTOR_INV_DST_COLOR:
640 case PIPE_BLENDFACTOR_INV_DST_COLOR:
739 case PIPE_BLENDFACTOR_INV_DST_COLOR:
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 70 PIPE_BLENDFACTOR_INV_DST_COLOR,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 50 case PIPE_BLENDFACTOR_INV_DST_COLOR: return SVGA3D_BLENDOP_INVDESTCOLOR;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 95 return PIPE_BLENDFACTOR_INV_DST_COLOR;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_blend.c 144 case PIPE_BLENDFACTOR_INV_DST_COLOR:
216 case PIPE_BLENDFACTOR_INV_DST_COLOR:
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 544 return PIPE_BLENDFACTOR_INV_DST_COLOR;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 308 case PIPE_BLENDFACTOR_INV_DST_COLOR:
400 factor == PIPE_BLENDFACTOR_INV_DST_COLOR;
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 299 case PIPE_BLENDFACTOR_INV_DST_COLOR: return GEN6_BLENDFACTOR_INV_DST_COLOR;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 150 case PIPE_BLENDFACTOR_INV_DST_COLOR:
    [all...]
r600_state.c 81 case PIPE_BLENDFACTOR_INV_DST_COLOR:
    [all...]

Completed in 100 milliseconds