/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_blend.c | 69 return PIPE_BLENDFACTOR_ONE; in translate_blend() 183 return PIPE_BLENDFACTOR_ONE; in fix_xrgb_alpha() 243 blend->rt[i].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in st_update_blend() 244 blend->rt[i].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in st_update_blend() 259 blend->rt[i].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in st_update_blend() 260 blend->rt[i].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in st_update_blend()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blend.h | 18 return PIPE_BLENDFACTOR_ONE; in util_blend_dst_alpha_to_one() 54 case PIPE_BLENDFACTOR_ONE: in util_blend_factor_to_shader() 101 case PIPE_BLENDFACTOR_ONE: in util_blend_factor_is_inverted()
|
/third_party/mesa3d/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; in blend_for_op()
|
H A D | xa_yuv.c | 47 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in xa_yuv_bind_blend_state() 48 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in xa_yuv_bind_blend_state()
|
H A D | xa_context.c | 288 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in bind_solid_blend_state() 289 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in bind_solid_blend_state()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | OutputMerger.cpp | 498 return PIPE_BLENDFACTOR_ONE; in translateBlend() 531 return PIPE_BLENDFACTOR_ONE; in translateBlend() 576 state.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in CreateBlendState() 577 state.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in CreateBlendState() 586 state.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in CreateBlendState() 587 state.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in CreateBlendState() 648 state.rt[i].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in CreateBlendState1() 649 state.rt[i].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in CreateBlendState1() 658 state.rt[i].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in CreateBlendState1() 659 state.rt[i].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in CreateBlendState1() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_matrix_filter.c | 163 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in vl_matrix_filter_init() 164 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in vl_matrix_filter_init() 166 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in vl_matrix_filter_init() 167 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in vl_matrix_filter_init()
|
H A D | vl_median_filter.c | 274 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in vl_median_filter_init() 275 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in vl_median_filter_init() 277 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in vl_median_filter_init() 278 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in vl_median_filter_init()
|
H A D | vl_bicubic_filter.c | 275 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in vl_bicubic_filter_init() 276 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in vl_bicubic_filter_init() 278 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in vl_bicubic_filter_init() 279 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in vl_bicubic_filter_init()
|
H A D | vl_zscan.c | 312 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in init_state() 313 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in init_state() 315 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in init_state() 316 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in init_state()
|
H A D | vl_idct.c | 531 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in init_state() 532 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in init_state() 534 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in init_state() 535 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in init_state()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_state.c | 76 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0() 79 dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_alpha_0() 95 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1() 98 dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_alpha_1() 112 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0() 113 (dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_color_0() 127 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1() 128 (dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_color_1() 148 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0() 151 dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_alpha_color_0() [all...] |
H A D | r300_state_inlines.h | 66 case PIPE_BLENDFACTOR_ONE: in r300_translate_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_blend.c | 64 !(rt0->rgb_src_factor == PIPE_BLENDFACTOR_ONE && in etna_blend_state_create() 67 rt0->alpha_src_factor == PIPE_BLENDFACTOR_ONE && in etna_blend_state_create()
|
H A D | etnaviv_translate.h | 121 case PIPE_BLENDFACTOR_ONE: in translate_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_draw.c | 477 case PIPE_BLENDFACTOR_ONE: in lima_blend_factor() 500 /* PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE has to be changed to PIPE_BLENDFACTOR_ONE in lima_calculate_alpha_blend() 504 alpha_src_factor = PIPE_BLENDFACTOR_ONE; in lima_calculate_alpha_blend() 507 alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in lima_calculate_alpha_blend() 513 alpha_src_factor = PIPE_BLENDFACTOR_ONE; in lima_calculate_alpha_blend() 521 rgb_src_factor = PIPE_BLENDFACTOR_ONE; in lima_calculate_alpha_blend() 614 PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO, in lima_pack_render_state() 615 PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO); in lima_pack_render_state()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_gldefs.h | 10 case PIPE_BLENDFACTOR_ONE: in nvgl_blend_func()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_util.c | 93 case PIPE_BLENDFACTOR_ONE: in fd_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_blend.c | 91 alpha_src_factor = PIPE_BLENDFACTOR_ONE; in fd2_blend_state_create()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_blend_aos.c | 105 case PIPE_BLENDFACTOR_ONE: in lp_build_blend_factor_unswizzled() 199 case PIPE_BLENDFACTOR_ONE: in lp_build_blend_factor_swizzle()
|
H A D | lp_test_blend.c | 208 case PIPE_BLENDFACTOR_ONE: in compute_blend_ref_term() 312 case PIPE_BLENDFACTOR_ONE: in compute_blend_ref_term() 596 PIPE_BLENDFACTOR_ONE,
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_blend.c | 281 case PIPE_BLENDFACTOR_ONE: in blend_quad() 452 case PIPE_BLENDFACTOR_ONE: in blend_quad() 544 case PIPE_BLENDFACTOR_ONE: in blend_quad() 704 case PIPE_BLENDFACTOR_ONE: in blend_quad() 1247 if (blend->rt[0].rgb_src_factor == PIPE_BLENDFACTOR_ONE && in choose_blend_quad() 1248 blend->rt[0].rgb_dst_factor == PIPE_BLENDFACTOR_ONE) { in choose_blend_quad()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_pipe.h | 707 case D3DBLEND_ONE: return PIPE_BLENDFACTOR_ONE; in d3dblend_alpha_to_pipe_blendfactor() 721 case D3DBLEND_SRCCOLOR2: return PIPE_BLENDFACTOR_ONE; /* XXX */ in d3dblend_alpha_to_pipe_blendfactor() 734 case D3DBLEND_ONE: return PIPE_BLENDFACTOR_ONE; in d3dblend_color_to_pipe_blendfactor()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_conv.h | 119 return PIPE_BLENDFACTOR_ONE; in vk_conv_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_inlines.h | 119 case PIPE_BLENDFACTOR_ONE: in i915_translate_blend_factor()
|