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

1 2

  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
d3d_enums.cpp 32 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},
148 blend->rgb_src = PIPE_BLENDFACTOR_ZERO;
244 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 276 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
277 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
xa_renderer.c 415 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
416 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c 27 0, 0, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_ZERO},
29 0, 0, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO},
31 0, 0, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_ONE},
37 1, 0, PIPE_BLENDFACTOR_DST_ALPHA, PIPE_BLENDFACTOR_ZERO},
39 0, 1, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_SRC_ALPHA},
41 1, 0, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_ZERO},
43 0, 1, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_INV_SRC_ALPHA},
96 blend->rgb_src = PIPE_BLENDFACTOR_ZERO;
197 if (blend.alpha_src && blend.rgb_src != PIPE_BLENDFACTOR_ZERO) {
    [all...]
xorg_xv.c 443 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
444 blend.rt[0].alpha_dst_factor = 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 67 srcRGB == PIPE_BLENDFACTOR_ZERO) &&
71 srcA == PIPE_BLENDFACTOR_ZERO) &&
87 srcRGB == PIPE_BLENDFACTOR_ZERO) &&
90 srcA == PIPE_BLENDFACTOR_ZERO) &&
106 srcRGB == PIPE_BLENDFACTOR_ZERO) &&
107 (srcA == PIPE_BLENDFACTOR_ZERO) &&
121 srcRGB == PIPE_BLENDFACTOR_ZERO) &&
122 (srcA == PIPE_BLENDFACTOR_ZERO) &&
138 srcRGB == PIPE_BLENDFACTOR_ZERO) &&
142 srcA == PIPE_BLENDFACTOR_ZERO) &
    [all...]
r300_state_inlines.h 83 case PIPE_BLENDFACTOR_ZERO:
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 116 case PIPE_BLENDFACTOR_ZERO:
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 92 case PIPE_BLENDFACTOR_ZERO:
161 case PIPE_BLENDFACTOR_ZERO:
lp_bld_blend_soa.c 158 case PIPE_BLENDFACTOR_ZERO:
294 if (src_factor == PIPE_BLENDFACTOR_ZERO &&
lp_test_blend.c 296 case PIPE_BLENDFACTOR_ZERO:
363 case PIPE_BLENDFACTOR_ZERO:
693 PIPE_BLENDFACTOR_ZERO,
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 395 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
396 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 40 case PIPE_BLENDFACTOR_ZERO: return SVGA3D_BLENDOP_ZERO;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 64 #define PIPE_BLENDFACTOR_ZERO 0x11
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 86 return PIPE_BLENDFACTOR_ZERO;
st_cb_clear.c 235 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
236 blend.rt[0].alpha_dst_factor = 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/auxiliary/vl/
vl_mc.c 401 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
404 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 72 case PIPE_BLENDFACTOR_ZERO:
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 512 return PIPE_BLENDFACTOR_ZERO;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 104 case PIPE_BLENDFACTOR_ZERO:
    [all...]

Completed in 131 milliseconds

1 2