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/
H A 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/
H A 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/
H A 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()
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/drivers/r300/
H A 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()
[all...]
H A Dr300_state_inlines.h86 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in r300_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_gldefs.h18 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in nvgl_blend_func()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.c114 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in fd_blend_factor()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A 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()
H A 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,
H A 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/
H A Dlvp_conv.h131 return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in vk_conv_blend_factor()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h129 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in i915_translate_blend_factor()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c90 PIPE_BLENDFACTOR_INV_SRC_ALPHA; in pp_init_prog()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A 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/mesa/state_tracker/
H A Dst_atom_blend.c93 return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in translate_blend()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h141 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A 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/include/pipe/
H A Dp_defines.h68 PIPE_BLENDFACTOR_INV_SRC_ALPHA, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c51 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: return SVGA3D_BLENDOP_INVSRCALPHA; in svga_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c54 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in v3d_factor()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Doutput.c549 return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in BlendFactorToPipe()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp506 return PIPE_BLENDFACTOR_INV_SRC_ALPHA; in translateBlend()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c260 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in blend_factor()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c454 case PIPE_BLENDFACTOR_INV_SRC_ALPHA: in lima_blend_factor()

Completed in 22 milliseconds

12