Home
last modified time | relevance | path

Searched refs:PIPE_BLENDFACTOR_INV_SRC_ALPHA (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blend.h62 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in util_blend_factor_to_shader()
103 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in util_blend_factor_is_inverted()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_composite.c60 0, 1, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_INV_SRC_ALPHA},
70 0, 1, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_INV_SRC_ALPHA},
72 1, 1, PIPE_BLENDFACTOR_DST_ALPHA, PIPE_BLENDFACTOR_INV_SRC_ALPHA},
76 1, 1, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_INV_SRC_ALPHA},
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h711 case D3DBLEND_INVSRCALPHA: return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in d3dblend_alpha_to_pipe_blendfactor()
718 case D3DBLEND_BOTHINVSRCALPHA: return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in d3dblend_alpha_to_pipe_blendfactor()
738 case D3DBLEND_INVSRCALPHA: return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in d3dblend_color_to_pipe_blendfactor()
745 case D3DBLEND_BOTHINVSRCALPHA: return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in d3dblend_color_to_pipe_blendfactor()
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/drivers/r300/
Dr300_state.c75 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA || in blend_discard_if_src_alpha_0()
78 dstA == PIPE_BLENDFACTOR_INV_SRC_ALPHA || in blend_discard_if_src_alpha_0()
89 return (srcRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA || in blend_discard_if_src_alpha_1()
92 srcA == PIPE_BLENDFACTOR_INV_SRC_ALPHA || in blend_discard_if_src_alpha_1()
147 dstRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA || in blend_discard_if_src_alpha_color_0()
150 dstA == PIPE_BLENDFACTOR_INV_SRC_ALPHA || in blend_discard_if_src_alpha_color_0()
162 srcRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA || in blend_discard_if_src_alpha_color_1()
165 srcA == PIPE_BLENDFACTOR_INV_SRC_ALPHA || in blend_discard_if_src_alpha_color_1()
314 if ((dstRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA || in blend_read_enable()
317 dstA == PIPE_BLENDFACTOR_INV_SRC_ALPHA || in blend_read_enable()
Dr300_state_inlines.h86 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in r300_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h18 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in nvgl_blend_func()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.c114 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in fd_blend_factor()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_aos.c158 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in lp_build_blend_factor_unswizzled()
215 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in lp_build_blend_factor_swizzle()
Dlp_test_blend.c269 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in compute_blend_ref_term()
338 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in compute_blend_ref_term()
607 PIPE_BLENDFACTOR_INV_SRC_ALPHA,
Dlp_state_fs_linear.c641 variant->key.blend.rt[0].rgb_dst_factor == PIPE_BLENDFACTOR_INV_SRC_ALPHA && in is_one_inv_src_alpha_blend()
644 variant->key.blend.rt[0].alpha_dst_factor == PIPE_BLENDFACTOR_INV_SRC_ALPHA && in is_one_inv_src_alpha_blend()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h131 return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in vk_conv_blend_factor()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h129 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in i915_translate_blend_factor()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.c90 PIPE_BLENDFACTOR_INV_SRC_ALPHA; in pp_init_prog()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c372 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in blend_quad()
486 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in blend_quad()
624 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in blend_quad()
734 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in blend_quad()
1252 blend->rt[0].rgb_dst_factor == PIPE_BLENDFACTOR_INV_SRC_ALPHA) in choose_blend_quad()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c103 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in vc4_blend_channel_f()
175 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in vc4_blend_channel_i()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h141 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in translate_blend_factor()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c93 return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in translate_blend()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h68 PIPE_BLENDFACTOR_INV_SRC_ALPHA, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c51 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: return SVGA3D_BLENDOP_INVSRCALPHA; in svga_translate_blend_factor()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp506 return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in translateBlend()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c54 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in v3d_factor()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Doutput.c549 return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in BlendFactorToPipe()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c325 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in si_translate_blend_factor()
390 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in si_translate_blend_opt_factor()
411 (1u << PIPE_BLENDFACTOR_INV_SRC_ALPHA) | (1u << PIPE_BLENDFACTOR_INV_CONST_COLOR) | in si_blend_check_commutativity()
611 srcRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA || dstRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA) in si_create_blend_state_mode()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c260 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in blend_factor()

12