Home
last modified time | relevance | path

Searched refs:PIPE_BLENDFACTOR_INV_DST_ALPHA (Results 1 - 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blend.h19 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in util_blend_dst_alpha_to_one()
66 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in util_blend_factor_to_shader()
104 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in util_blend_factor_is_inverted()
125 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in util_blend_factor_uses_dest()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_composite.c62 1, 0, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_ONE},
68 1, 0, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_ZERO},
74 1, 1, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_SRC_ALPHA},
76 1, 1, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_INV_SRC_ALPHA},
94 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in xa_convert_blend_for_luminance()
150 else if (blend->rgb_src == PIPE_BLENDFACTOR_INV_DST_ALPHA) in blend_for_op()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c97 return PIPE_BLENDFACTOR_INV_DST_ALPHA; in translate_blend()
185 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in fix_xrgb_alpha()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_gldefs.h22 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in nvgl_blend_func()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.c116 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in fd_blend_factor()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c163 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in lp_build_blend_factor_unswizzled()
216 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in lp_build_blend_factor_swizzle()
H A Dlp_test_blend.c274 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in compute_blend_ref_term()
342 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in compute_blend_ref_term()
609 PIPE_BLENDFACTOR_INV_DST_ALPHA,
H A Dlp_state_fs.c4229 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in force_dst_alpha_one()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h135 return PIPE_BLENDFACTOR_INV_DST_ALPHA; in vk_conv_blend_factor()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h133 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in i915_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c381 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in blend_quad()
495 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in blend_quad()
633 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in blend_quad()
743 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in blend_quad()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h143 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h88 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in r300_translate_blend_factor()
H A Dr300_state.c309 srcRGB != PIPE_BLENDFACTOR_INV_DST_ALPHA)) { in blend_read_enable()
322 srcRGB != PIPE_BLENDFACTOR_INV_DST_ALPHA)) { in blend_read_enable()
370 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in r300_create_blend_state()
379 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in r300_create_blend_state()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h713 case D3DBLEND_INVDESTALPHA: return PIPE_BLENDFACTOR_INV_DST_ALPHA; in d3dblend_alpha_to_pipe_blendfactor()
740 case D3DBLEND_INVDESTALPHA: return PIPE_BLENDFACTOR_INV_DST_ALPHA; in d3dblend_color_to_pipe_blendfactor()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c105 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in vc4_blend_channel_f()
177 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in vc4_blend_channel_i()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h69 PIPE_BLENDFACTOR_INV_DST_ALPHA, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c53 case PIPE_BLENDFACTOR_INV_DST_ALPHA: return SVGA3D_BLENDOP_INVDESTALPHA; in svga_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c60 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in v3d_factor()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Doutput.c553 return PIPE_BLENDFACTOR_INV_DST_ALPHA; in BlendFactorToPipe()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp510 return PIPE_BLENDFACTOR_INV_DST_ALPHA; in translateBlend()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c262 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in blend_factor()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c463 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in lima_blend_factor()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp187 case PIPE_BLENDFACTOR_INV_DST_ALPHA: return D3D12_BLEND_INV_DEST_ALPHA; in blend_factor_rgb()
216 case PIPE_BLENDFACTOR_INV_DST_ALPHA: return D3D12_BLEND_INV_DEST_ALPHA; in blend_factor_alpha()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c79 case PIPE_BLENDFACTOR_INV_DST_ALPHA: in r600_translate_blend_factor()

Completed in 35 milliseconds

12