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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.c 103 case PIPE_BLENDFACTOR_DST_COLOR:
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 24 case PIPE_BLENDFACTOR_DST_COLOR:
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 126 case PIPE_BLENDFACTOR_DST_COLOR:
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 264 case PIPE_BLENDFACTOR_DST_COLOR:
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 111 case PIPE_BLENDFACTOR_DST_COLOR:
190 case PIPE_BLENDFACTOR_DST_COLOR:
lp_test_blend.c 223 case PIPE_BLENDFACTOR_DST_COLOR:
319 case PIPE_BLENDFACTOR_DST_COLOR:
596 PIPE_BLENDFACTOR_DST_COLOR,
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 149 case PIPE_BLENDFACTOR_DST_COLOR:
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 74 case PIPE_BLENDFACTOR_DST_COLOR:
r300_state.c 288 srcRGB == PIPE_BLENDFACTOR_DST_COLOR ||
292 srcA == PIPE_BLENDFACTOR_DST_COLOR ||
311 (srcRGB != PIPE_BLENDFACTOR_DST_COLOR &&
324 (srcRGB != PIPE_BLENDFACTOR_DST_COLOR &&
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 74 return PIPE_BLENDFACTOR_DST_COLOR;
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 676 case D3DBLEND_DESTCOLOR: return PIPE_BLENDFACTOR_DST_COLOR/*ALPHA*/;
703 case D3DBLEND_DESTCOLOR: return PIPE_BLENDFACTOR_DST_COLOR;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 297 case PIPE_BLENDFACTOR_DST_COLOR:
461 case PIPE_BLENDFACTOR_DST_COLOR:
560 case PIPE_BLENDFACTOR_DST_COLOR:
710 case PIPE_BLENDFACTOR_DST_COLOR:
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 59 PIPE_BLENDFACTOR_DST_COLOR,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 49 case PIPE_BLENDFACTOR_DST_COLOR: return SVGA3D_BLENDOP_DESTCOLOR;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 93 return PIPE_BLENDFACTOR_DST_COLOR;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_blend.c 117 case PIPE_BLENDFACTOR_DST_COLOR:
195 case PIPE_BLENDFACTOR_DST_COLOR:
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 292 case PIPE_BLENDFACTOR_DST_COLOR:
396 return factor == PIPE_BLENDFACTOR_DST_COLOR ||
491 PIPE_BLENDFACTOR_DST_COLOR,
494 PIPE_BLENDFACTOR_DST_COLOR,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 542 return PIPE_BLENDFACTOR_DST_COLOR;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 289 case PIPE_BLENDFACTOR_DST_COLOR: return GEN6_BLENDFACTOR_DST_COLOR;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 134 case PIPE_BLENDFACTOR_DST_COLOR:
    [all...]
r600_state.c 65 case PIPE_BLENDFACTOR_DST_COLOR:
    [all...]

Completed in 62 milliseconds