HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_BLENDFACTOR_ZERO (Results 1 - 25 of 30) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/util/
u_blend.h 19 return PIPE_BLENDFACTOR_ZERO;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_blend.c 53 rt0->rgb_dst_factor == PIPE_BLENDFACTOR_ZERO &&
55 rt0->alpha_dst_factor == PIPE_BLENDFACTOR_ZERO);
etnaviv_translate.h 157 case PIPE_BLENDFACTOR_ZERO:
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 54 0, 0, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_ZERO},
56 0, 0, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO},
58 0, 0, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_ONE},
64 1, 0, PIPE_BLENDFACTOR_DST_ALPHA, PIPE_BLENDFACTOR_ZERO},
66 0, 1, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_SRC_ALPHA},
68 1, 0, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_ZERO},
70 0, 1, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_INV_SRC_ALPHA},
150 blend->rgb_src = PIPE_BLENDFACTOR_ZERO;
246 if (blend.alpha_src && blend.rgb_src != PIPE_BLENDFACTOR_ZERO) {
    [all...]
xa_yuv.c 49 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
50 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
xa_context.c 289 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
290 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
xa_renderer.c 432 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
433 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.c 111 case PIPE_BLENDFACTOR_ZERO:
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 8 case PIPE_BLENDFACTOR_ZERO:
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 68 srcRGB == PIPE_BLENDFACTOR_ZERO) &&
72 srcA == PIPE_BLENDFACTOR_ZERO) &&
88 srcRGB == PIPE_BLENDFACTOR_ZERO) &&
91 srcA == PIPE_BLENDFACTOR_ZERO) &&
107 srcRGB == PIPE_BLENDFACTOR_ZERO) &&
108 (srcA == PIPE_BLENDFACTOR_ZERO) &&
122 srcRGB == PIPE_BLENDFACTOR_ZERO) &&
123 (srcA == PIPE_BLENDFACTOR_ZERO) &&
139 srcRGB == PIPE_BLENDFACTOR_ZERO) &&
143 srcA == PIPE_BLENDFACTOR_ZERO) &
    [all...]
r300_state_inlines.h 82 case PIPE_BLENDFACTOR_ZERO:
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 116 case PIPE_BLENDFACTOR_ZERO:
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 668 case D3DBLEND_ZERO: return PIPE_BLENDFACTOR_ZERO;
684 case D3DBLEND_INVSRCCOLOR2: return PIPE_BLENDFACTOR_ZERO; /* XXX */
687 return PIPE_BLENDFACTOR_ZERO;
695 case D3DBLEND_ZERO: return PIPE_BLENDFACTOR_ZERO;
714 return PIPE_BLENDFACTOR_ZERO;
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 276 case PIPE_BLENDFACTOR_ZERO:
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 103 case PIPE_BLENDFACTOR_ZERO:
188 case PIPE_BLENDFACTOR_ZERO:
lp_test_blend.c 259 case PIPE_BLENDFACTOR_ZERO:
334 case PIPE_BLENDFACTOR_ZERO:
592 PIPE_BLENDFACTOR_ZERO,
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 86 return PIPE_BLENDFACTOR_ZERO;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 354 case PIPE_BLENDFACTOR_ZERO:
479 case PIPE_BLENDFACTOR_ZERO:
596 case PIPE_BLENDFACTOR_ZERO:
727 case PIPE_BLENDFACTOR_ZERO:
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 66 PIPE_BLENDFACTOR_ZERO = 0x11,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 44 case PIPE_BLENDFACTOR_ZERO: return SVGA3D_BLENDOP_ZERO;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.c 405 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
408 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_blend.c 136 case PIPE_BLENDFACTOR_ZERO:
208 case PIPE_BLENDFACTOR_ZERO:
  /external/mesa3d/src/gallium/state_trackers/va/
surface.c 247 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ZERO;
248 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 73 case PIPE_BLENDFACTOR_ZERO:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 300 case PIPE_BLENDFACTOR_ZERO:
351 case PIPE_BLENDFACTOR_ZERO:
382 *dst_factor == PIPE_BLENDFACTOR_ZERO) {
383 *src_factor = PIPE_BLENDFACTOR_ZERO;
513 (dstRGB == PIPE_BLENDFACTOR_ZERO ||
    [all...]

Completed in 96 milliseconds

1 2