Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c69 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 Du_blend.h18 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 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; in blend_for_op()
H A Dxa_yuv.c47 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 Dxa_context.c288 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 DOutputMerger.cpp498 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 Dvl_matrix_filter.c163 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 Dvl_median_filter.c274 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 Dvl_bicubic_filter.c275 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 Dvl_zscan.c312 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 Dvl_idct.c531 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 Dr300_state.c76 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 Dr300_state_inlines.h66 case PIPE_BLENDFACTOR_ONE: in r300_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c64 !(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 Detnaviv_translate.h121 case PIPE_BLENDFACTOR_ONE: in translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c477 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 Dnouveau_gldefs.h10 case PIPE_BLENDFACTOR_ONE: in nvgl_blend_func()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.c93 case PIPE_BLENDFACTOR_ONE: in fd_blend_factor()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.c91 alpha_src_factor = PIPE_BLENDFACTOR_ONE; in fd2_blend_state_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c105 case PIPE_BLENDFACTOR_ONE: in lp_build_blend_factor_unswizzled()
199 case PIPE_BLENDFACTOR_ONE: in lp_build_blend_factor_swizzle()
H A Dlp_test_blend.c208 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 Dsp_quad_blend.c281 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 Dnine_pipe.h707 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 Dlvp_conv.h119 return PIPE_BLENDFACTOR_ONE; in vk_conv_blend_factor()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h119 case PIPE_BLENDFACTOR_ONE: in i915_translate_blend_factor()

Completed in 18 milliseconds

12