| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_blend.h | 17 return PIPE_BLENDFACTOR_ONE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_blending.c | 166 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 D | u_blend.h | 18 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 D | st_atom_blend.c | 69 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 D | st_atom_blend.c | 69 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 D | freedreno_util.c | 93 case PIPE_BLENDFACTOR_ONE:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_blend.c | 91 alpha_src_factor = PIPE_BLENDFACTOR_ONE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_util.c | 93 case PIPE_BLENDFACTOR_ONE:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/ |
| H A D | xa_composite.c | 56 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 D | xa_yuv.c | 47 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 D | xa_composite.c | 56 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 D | xa_yuv.c | 47 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 D | etnaviv_blend.c | 56 !(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 D | etnaviv_blend.c | 64 !(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 D | vl_matrix_filter.c | 163 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 D | vl_median_filter.c | 274 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 D | nouveau_gldefs.h | 10 case PIPE_BLENDFACTOR_ONE:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_matrix_filter.c | 163 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 D | vl_median_filter.c | 274 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 D | nouveau_gldefs.h | 10 case PIPE_BLENDFACTOR_ONE:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | OutputMerger.cpp | 498 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 D | i915_state_inlines.h | 120 case PIPE_BLENDFACTOR_ONE:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_state_inlines.h | 119 case PIPE_BLENDFACTOR_ONE:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_conv.h | 119 return PIPE_BLENDFACTOR_ONE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_state.c | 73 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...] |