Home
last modified time | relevance | path

Searched refs:PIPE_BLENDFACTOR_CONST_ALPHA (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h34 case PIPE_BLENDFACTOR_CONST_ALPHA: in nvgl_blend_func()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blend.h80 case PIPE_BLENDFACTOR_CONST_ALPHA: in util_blend_factor_to_shader()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.c107 case PIPE_BLENDFACTOR_CONST_ALPHA: in fd_blend_factor()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c57 case PIPE_BLENDFACTOR_CONST_ALPHA: in svga_translate_blend_factor()
392 if (templ->rt[0].rgb_src_factor == PIPE_BLENDFACTOR_CONST_ALPHA || in svga_create_blend_state()
393 templ->rt[0].rgb_dst_factor == PIPE_BLENDFACTOR_CONST_ALPHA || in svga_create_blend_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_aos.c148 case PIPE_BLENDFACTOR_CONST_ALPHA: in lp_build_blend_factor_unswizzled()
214 case PIPE_BLENDFACTOR_CONST_ALPHA: in lp_build_blend_factor_swizzle()
Dlp_test_blend.c244 case PIPE_BLENDFACTOR_CONST_ALPHA: in compute_blend_ref_term()
327 case PIPE_BLENDFACTOR_CONST_ALPHA: in compute_blend_ref_term()
602 PIPE_BLENDFACTOR_CONST_ALPHA,
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h141 return PIPE_BLENDFACTOR_CONST_ALPHA; in vk_conv_blend_factor()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h141 case PIPE_BLENDFACTOR_CONST_ALPHA: in i915_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c334 case PIPE_BLENDFACTOR_CONST_ALPHA: in blend_quad()
474 case PIPE_BLENDFACTOR_CONST_ALPHA: in blend_quad()
589 case PIPE_BLENDFACTOR_CONST_ALPHA: in blend_quad()
722 case PIPE_BLENDFACTOR_CONST_ALPHA: in blend_quad()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h135 case PIPE_BLENDFACTOR_CONST_ALPHA: in translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c97 case PIPE_BLENDFACTOR_CONST_ALPHA: in vc4_blend_channel_f()
169 case PIPE_BLENDFACTOR_CONST_ALPHA: in vc4_blend_channel_i()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h80 case PIPE_BLENDFACTOR_CONST_ALPHA: in r300_translate_blend_factor()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c83 return PIPE_BLENDFACTOR_CONST_ALPHA; in translate_blend()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c252 case PIPE_BLENDFACTOR_CONST_ALPHA: return VK_BLEND_FACTOR_CONSTANT_ALPHA; in blend_factor()
285 case PIPE_BLENDFACTOR_CONST_ALPHA: in need_blend_constants()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h62 PIPE_BLENDFACTOR_CONST_ALPHA, enumerator
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp192 case PIPE_BLENDFACTOR_CONST_ALPHA: return D3D12_BLEND_BLEND_FACTOR; /* Doesn't exist in D3D12 */ in blend_factor_rgb()
210 case PIPE_BLENDFACTOR_CONST_ALPHA: return D3D12_BLEND_BLEND_FACTOR; in blend_factor_alpha()
232 case PIPE_BLENDFACTOR_CONST_ALPHA: in need_blend_factor_rgb()
247 case PIPE_BLENDFACTOR_CONST_ALPHA: in need_blend_factor_alpha()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c68 case PIPE_BLENDFACTOR_CONST_ALPHA: in v3d_factor()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Doutput.c565 return PIPE_BLENDFACTOR_CONST_ALPHA; in BlendFactorToPipe()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c468 case PIPE_BLENDFACTOR_CONST_ALPHA: in lima_blend_factor()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c318 case PIPE_BLENDFACTOR_CONST_ALPHA: in si_translate_blend_factor()
408 (1u << PIPE_BLENDFACTOR_CONST_COLOR) | (1u << PIPE_BLENDFACTOR_CONST_ALPHA) | in si_blend_check_commutativity()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c71 case PIPE_BLENDFACTOR_CONST_ALPHA: in r600_translate_blend_factor()
Devergreen_state.c141 case PIPE_BLENDFACTOR_CONST_ALPHA: in r600_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c152 PIPE_ASSERT(PIPE_BLENDFACTOR_CONST_ALPHA == BLENDFACTOR_CONST_ALPHA); in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c151 PIPE_ASSERT(PIPE_BLENDFACTOR_CONST_ALPHA == BLENDFACTOR_CONST_ALPHA); in pipe_asserts()