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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.c 114 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 14 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 124 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 278 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 142 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
193 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
lp_test_blend.c 264 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
337 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
603 PIPE_BLENDFACTOR_INV_SRC_COLOR,
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 75 (dstA == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
89 (srcA == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
109 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
121 return (srcRGB == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
144 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
147 (dstA == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
159 return (srcRGB == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
162 (srcA == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
321 (dstA == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
    [all...]
r300_state_inlines.h 84 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 159 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 88 return PIPE_BLENDFACTOR_INV_SRC_COLOR;
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 671 case D3DBLEND_INVSRCCOLOR: return PIPE_BLENDFACTOR_INV_SRC_COLOR/*ALPHA*/;
698 case D3DBLEND_INVSRCCOLOR: return PIPE_BLENDFACTOR_INV_SRC_COLOR;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 359 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
482 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
611 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
730 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 67 PIPE_BLENDFACTOR_INV_SRC_COLOR,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 48 case PIPE_BLENDFACTOR_INV_SRC_COLOR: return SVGA3D_BLENDOP_INVSRCCOLOR;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 164 blend->rgb_dst = PIPE_BLENDFACTOR_INV_SRC_COLOR;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_blend.c 138 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
210 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 532 return PIPE_BLENDFACTOR_INV_SRC_COLOR;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 302 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
358 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 296 case PIPE_BLENDFACTOR_INV_SRC_COLOR: return GEN6_BLENDFACTOR_INV_SRC_COLOR;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 144 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
    [all...]
r600_state.c 75 case PIPE_BLENDFACTOR_INV_SRC_COLOR:
    [all...]

Completed in 68 milliseconds