Searched refs:PIPE_BLENDFACTOR_ONE (Results 1 - 25 of 85) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_blend.h17 return PIPE_BLENDFACTOR_ONE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_blending.c166 case PIPE_BLENDFACTOR_ONE:
186 case PIPE_BLENDFACTOR_ONE:
210 return factor == PIPE_BLENDFACTOR_ONE || factor == PIPE_BLENDFACTOR_ZERO;
244 if (dst_factor == PIPE_BLENDFACTOR_ONE)
250 if (src_factor == PIPE_BLENDFACTOR_ONE)
273 if (part.clip_modifier == MALI_BLEND_MOD_NORMAL && in_dominant_factor == PIPE_BLENDFACTOR_ONE) {
352 .rgb_src_factor = PIPE_BLENDFACTOR_ONE,
356 .alpha_src_factor = PIPE_BLENDFACTOR_ONE,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_blend.h18 return PIPE_BLENDFACTOR_ONE;
54 case PIPE_BLENDFACTOR_ONE:
101 case PIPE_BLENDFACTOR_ONE:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_blend.c69 return PIPE_BLENDFACTOR_ONE;
183 return PIPE_BLENDFACTOR_ONE;
236 blend->rt[i].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
237 blend->rt[i].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
252 blend->rt[i].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
253 blend->rt[i].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_blend.c69 return PIPE_BLENDFACTOR_ONE;
183 return PIPE_BLENDFACTOR_ONE;
243 blend->rt[i].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
244 blend->rt[i].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
259 blend->rt[i].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
260 blend->rt[i].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.c93 case PIPE_BLENDFACTOR_ONE:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.c91 alpha_src_factor = PIPE_BLENDFACTOR_ONE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.c93 case PIPE_BLENDFACTOR_ONE:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_composite.c56 0, 0, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO},
58 0, 0, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_ONE},
60 0, 1, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_INV_SRC_ALPHA},
62 1, 0, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_ONE},
78 0, 0, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ONE},
149 blend->rgb_src = PIPE_BLENDFACTOR_ONE;
H A Dxa_yuv.c47 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
48 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_composite.c56 0, 0, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO},
58 0, 0, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_ONE},
60 0, 1, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_INV_SRC_ALPHA},
62 1, 0, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_ONE},
78 0, 0, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ONE},
149 blend->rgb_src = PIPE_BLENDFACTOR_ONE;
H A Dxa_yuv.c47 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
48 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c56 !(rt0->rgb_src_factor == PIPE_BLENDFACTOR_ONE &&
58 rt0->alpha_src_factor == PIPE_BLENDFACTOR_ONE &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c64 !(rt0->rgb_src_factor == PIPE_BLENDFACTOR_ONE &&
67 rt0->alpha_src_factor == PIPE_BLENDFACTOR_ONE &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c163 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
164 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
166 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
167 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
H A Dvl_median_filter.c274 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
275 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
277 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
278 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_gldefs.h10 case PIPE_BLENDFACTOR_ONE:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c163 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
164 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
166 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
167 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
H A Dvl_median_filter.c274 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
275 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
277 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
278 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_gldefs.h10 case PIPE_BLENDFACTOR_ONE:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp498 return PIPE_BLENDFACTOR_ONE;
531 return PIPE_BLENDFACTOR_ONE;
576 state.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
577 state.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
586 state.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
587 state.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
648 state.rt[i].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
649 state.rt[i].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
658 state.rt[i].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
659 state.rt[i].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_inlines.h120 case PIPE_BLENDFACTOR_ONE:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_inlines.h119 case PIPE_BLENDFACTOR_ONE:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h119 return PIPE_BLENDFACTOR_ONE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_state.c73 dstRGB == PIPE_BLENDFACTOR_ONE) &&
76 dstA == PIPE_BLENDFACTOR_ONE);
92 dstRGB == PIPE_BLENDFACTOR_ONE) &&
95 dstA == PIPE_BLENDFACTOR_ONE);
109 dstRGB == PIPE_BLENDFACTOR_ONE) &&
110 (dstA == PIPE_BLENDFACTOR_ONE);
124 dstRGB == PIPE_BLENDFACTOR_ONE) &&
125 (dstA == PIPE_BLENDFACTOR_ONE);
145 dstRGB == PIPE_BLENDFACTOR_ONE) &&
148 dstA == PIPE_BLENDFACTOR_ONE);
[all...]

Completed in 19 milliseconds

1234