HomeSort by: relevance | last modified time | path
    Searched refs:PIPE_BLENDFACTOR_ZERO (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_blend.h 19 return PIPE_BLENDFACTOR_ZERO;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_blend.h 20 return PIPE_BLENDFACTOR_ZERO;
53 case PIPE_BLENDFACTOR_ZERO:
141 rt.rgb_dst_factor != PIPE_BLENDFACTOR_ZERO ||
142 rt.alpha_dst_factor != PIPE_BLENDFACTOR_ZERO);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_blending.c 167 case PIPE_BLENDFACTOR_ZERO:
210 return factor == PIPE_BLENDFACTOR_ONE || factor == PIPE_BLENDFACTOR_ZERO;
275 in_dominant_factor = PIPE_BLENDFACTOR_ZERO;
353 .rgb_dst_factor = PIPE_BLENDFACTOR_ZERO,
357 .alpha_dst_factor = PIPE_BLENDFACTOR_ZERO,
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/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},
151 blend->rgb_src = PIPE_BLENDFACTOR_ZERO;
xa_yuv.c 49 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
50 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
  /xsrc/external/mit/MesaLib.old/dist/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},
151 blend->rgb_src = PIPE_BLENDFACTOR_ZERO;
xa_yuv.c 49 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
50 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_util.c 109 case PIPE_BLENDFACTOR_ZERO:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_util.c 109 case PIPE_BLENDFACTOR_ZERO:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_blend.c 65 rt0->rgb_dst_factor == PIPE_BLENDFACTOR_ZERO &&
68 rt0->alpha_dst_factor == PIPE_BLENDFACTOR_ZERO &&
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_blend.c 57 rt0->rgb_dst_factor == PIPE_BLENDFACTOR_ZERO &&
59 rt0->alpha_dst_factor == PIPE_BLENDFACTOR_ZERO);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_gldefs.h 8 case PIPE_BLENDFACTOR_ZERO:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_gldefs.h 8 case PIPE_BLENDFACTOR_ZERO:
  /xsrc/external/mit/MesaLib/dist/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...]
  /xsrc/external/mit/MesaLib.old/dist/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...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_state_inlines.h 115 case PIPE_BLENDFACTOR_ZERO:
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_conv.h 117 return PIPE_BLENDFACTOR_ZERO;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_state_inlines.h 116 case PIPE_BLENDFACTOR_ZERO:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 85 STATIC_ASSERT((PIPE_BLENDFACTOR_ZERO ^ 0x10) == PIPE_BLENDFACTOR_ONE);
98 STATIC_ASSERT(PIPE_BLENDFACTOR_ZERO == 0x11);
lp_bld_blend_aos.c 103 case PIPE_BLENDFACTOR_ZERO:
200 case PIPE_BLENDFACTOR_ZERO:
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_blend.c 89 return PIPE_BLENDFACTOR_ZERO;
187 return PIPE_BLENDFACTOR_ZERO;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 85 STATIC_ASSERT((PIPE_BLENDFACTOR_ZERO ^ 0x10) == PIPE_BLENDFACTOR_ONE);
98 STATIC_ASSERT(PIPE_BLENDFACTOR_ZERO == 0x11);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_blend.c 89 return PIPE_BLENDFACTOR_ZERO;
187 return PIPE_BLENDFACTOR_ZERO;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
nine_pipe.h 706 case D3DBLEND_ZERO: return PIPE_BLENDFACTOR_ZERO;
722 case D3DBLEND_INVSRCCOLOR2: return PIPE_BLENDFACTOR_ZERO; /* XXX */
725 return PIPE_BLENDFACTOR_ZERO;
733 case D3DBLEND_ZERO: return PIPE_BLENDFACTOR_ZERO;
752 return PIPE_BLENDFACTOR_ZERO;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
nine_pipe.h 672 case D3DBLEND_ZERO: return PIPE_BLENDFACTOR_ZERO;
688 case D3DBLEND_INVSRCCOLOR2: return PIPE_BLENDFACTOR_ZERO; /* XXX */
691 return PIPE_BLENDFACTOR_ZERO;
699 case D3DBLEND_ZERO: return PIPE_BLENDFACTOR_ZERO;
718 return PIPE_BLENDFACTOR_ZERO;

Completed in 23 milliseconds

1 2 3