Home
last modified time | relevance | path

Searched refs:PIPE_BLENDFACTOR_SRC_ALPHA (Results 1 - 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h710 case D3DBLEND_SRCALPHA: return PIPE_BLENDFACTOR_SRC_ALPHA; in d3dblend_alpha_to_pipe_blendfactor()
717 case D3DBLEND_BOTHSRCALPHA: return PIPE_BLENDFACTOR_SRC_ALPHA; in d3dblend_alpha_to_pipe_blendfactor()
737 case D3DBLEND_SRCALPHA: return PIPE_BLENDFACTOR_SRC_ALPHA; in d3dblend_color_to_pipe_blendfactor()
744 case D3DBLEND_BOTHSRCALPHA: return PIPE_BLENDFACTOR_SRC_ALPHA; in d3dblend_color_to_pipe_blendfactor()
H A Dnine_pipe.c148 PIPE_BLENDFACTOR_INV_SRC_ALPHA : PIPE_BLENDFACTOR_SRC_ALPHA; in nine_convert_blend_state_fixup()
156 PIPE_BLENDFACTOR_INV_SRC_ALPHA : PIPE_BLENDFACTOR_SRC_ALPHA; in nine_convert_blend_state_fixup()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blend.h61 case PIPE_BLENDFACTOR_SRC_ALPHA: in util_blend_factor_to_shader()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c68 return (srcRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_0()
72 srcA == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_0()
94 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
97 dstA == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
139 srcRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_color_0()
143 srcA == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_color_0()
168 dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_color_1()
171 dstA == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_color_1()
301 if ((dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_read_enable()
304 dstA == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_read_enable()
[all...]
H A Dr300_state_inlines.h70 case PIPE_BLENDFACTOR_SRC_ALPHA: in r300_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_gldefs.h16 case PIPE_BLENDFACTOR_SRC_ALPHA: in nvgl_blend_func()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.c97 case PIPE_BLENDFACTOR_SRC_ALPHA: in fd_blend_factor()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c109 case PIPE_BLENDFACTOR_SRC_ALPHA: in lp_build_blend_factor_unswizzled()
210 case PIPE_BLENDFACTOR_SRC_ALPHA: in lp_build_blend_factor_swizzle()
H A Dlp_test_blend.c218 case PIPE_BLENDFACTOR_SRC_ALPHA: in compute_blend_ref_term()
316 case PIPE_BLENDFACTOR_SRC_ALPHA: in compute_blend_ref_term()
598 PIPE_BLENDFACTOR_SRC_ALPHA,
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h129 return PIPE_BLENDFACTOR_SRC_ALPHA; in vk_conv_blend_factor()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h117 case PIPE_BLENDFACTOR_SRC_ALPHA: in i915_translate_blend_factor()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c88 PIPE_BLENDFACTOR_SRC_ALPHA; in pp_init_prog()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c291 case PIPE_BLENDFACTOR_SRC_ALPHA: in blend_quad()
457 case PIPE_BLENDFACTOR_SRC_ALPHA: in blend_quad()
552 case PIPE_BLENDFACTOR_SRC_ALPHA: in blend_quad()
709 case PIPE_BLENDFACTOR_SRC_ALPHA: in blend_quad()
1251 else if (blend->rt[0].rgb_src_factor == PIPE_BLENDFACTOR_SRC_ALPHA && in choose_blend_quad()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_composite.c66 0, 1, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_SRC_ALPHA},
74 1, 1, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_SRC_ALPHA},
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c73 return PIPE_BLENDFACTOR_SRC_ALPHA; in translate_blend()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h125 case PIPE_BLENDFACTOR_SRC_ALPHA: in translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c76 case PIPE_BLENDFACTOR_SRC_ALPHA: in vc4_blend_channel_f()
154 case PIPE_BLENDFACTOR_SRC_ALPHA: in vc4_blend_channel_i()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c404 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_SRC_ALPHA; in init_pipe_state()
407 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_SRC_ALPHA; in init_pipe_state()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h57 PIPE_BLENDFACTOR_SRC_ALPHA, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c45 case PIPE_BLENDFACTOR_SRC_ALPHA: return SVGA3D_BLENDOP_SRCALPHA; in svga_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c52 case PIPE_BLENDFACTOR_SRC_ALPHA: in v3d_factor()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Doutput.c547 return PIPE_BLENDFACTOR_SRC_ALPHA; in BlendFactorToPipe()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp504 return PIPE_BLENDFACTOR_SRC_ALPHA; in translateBlend()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c246 case PIPE_BLENDFACTOR_SRC_ALPHA: return VK_BLEND_FACTOR_SRC_ALPHA; in blend_factor()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c307 case PIPE_BLENDFACTOR_SRC_ALPHA: in si_translate_blend_factor()
388 case PIPE_BLENDFACTOR_SRC_ALPHA: in si_translate_blend_opt_factor()
407 (1u << PIPE_BLENDFACTOR_SRC_ALPHA) | (1u << PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE) | in si_blend_check_commutativity()
561 PIPE_BLENDFACTOR_SRC_ALPHA); in si_create_blend_state_mode()
576 (dstRGB == PIPE_BLENDFACTOR_ZERO || dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in si_create_blend_state_mode()
608 if (srcRGB == PIPE_BLENDFACTOR_SRC_ALPHA || dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA || in si_create_blend_state_mode()

Completed in 37 milliseconds

12