Home
last modified time | relevance | path

Searched refs:PIPE_BLENDFACTOR_SRC_COLOR (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h12 case PIPE_BLENDFACTOR_SRC_COLOR: in nvgl_blend_func()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blend.h57 case PIPE_BLENDFACTOR_SRC_COLOR: in util_blend_factor_to_shader()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.c95 case PIPE_BLENDFACTOR_SRC_COLOR: in fd_blend_factor()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c69 (srcA == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_0()
94 (dstA == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_1()
106 return (srcRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_0()
124 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
136 return (srcRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_0()
140 (srcA == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_0()
165 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
168 (dstA == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
301 (dstA == PIPE_BLENDFACTOR_SRC_COLOR || in blend_read_enable()
Dr300_state_inlines.h68 case PIPE_BLENDFACTOR_SRC_COLOR: in r300_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_aos.c107 case PIPE_BLENDFACTOR_SRC_COLOR: in lp_build_blend_factor_unswizzled()
201 case PIPE_BLENDFACTOR_SRC_COLOR: in lp_build_blend_factor_swizzle()
Dlp_test_blend.c213 case PIPE_BLENDFACTOR_SRC_COLOR: in compute_blend_ref_term()
315 case PIPE_BLENDFACTOR_SRC_COLOR: in compute_blend_ref_term()
594 PIPE_BLENDFACTOR_SRC_COLOR,
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h121 case PIPE_BLENDFACTOR_SRC_COLOR: in i915_translate_blend_factor()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h121 return PIPE_BLENDFACTOR_SRC_COLOR; in vk_conv_blend_factor()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h122 case PIPE_BLENDFACTOR_SRC_COLOR: in translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c286 case PIPE_BLENDFACTOR_SRC_COLOR: in blend_quad()
455 case PIPE_BLENDFACTOR_SRC_COLOR: in blend_quad()
547 case PIPE_BLENDFACTOR_SRC_COLOR: in blend_quad()
707 case PIPE_BLENDFACTOR_SRC_COLOR: in blend_quad()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c74 case PIPE_BLENDFACTOR_SRC_COLOR: in vc4_blend_channel_f()
152 case PIPE_BLENDFACTOR_SRC_COLOR: in vc4_blend_channel_i()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h708 case D3DBLEND_SRCCOLOR: return PIPE_BLENDFACTOR_SRC_COLOR/*ALPHA*/; in d3dblend_alpha_to_pipe_blendfactor()
735 case D3DBLEND_SRCCOLOR: return PIPE_BLENDFACTOR_SRC_COLOR; in d3dblend_color_to_pipe_blendfactor()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.h296 case PIPE_BLENDFACTOR_SRC_COLOR: in swr_convert_blend_factor()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c71 return PIPE_BLENDFACTOR_SRC_COLOR; in translate_blend()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c439 case PIPE_BLENDFACTOR_SRC_COLOR: in lima_blend_factor_has_alpha()
473 case PIPE_BLENDFACTOR_SRC_COLOR: in lima_blend_factor_is_inv()
497 case PIPE_BLENDFACTOR_SRC_COLOR: in lima_blend_factor()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h56 PIPE_BLENDFACTOR_SRC_COLOR, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c47 case PIPE_BLENDFACTOR_SRC_COLOR: return SVGA3D_BLENDOP_SRCCOLOR; in svga_translate_blend_factor()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp500 return PIPE_BLENDFACTOR_SRC_COLOR; in translateBlend()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c43 case PIPE_BLENDFACTOR_SRC_COLOR: in v3d_factor()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Doutput.c543 return PIPE_BLENDFACTOR_SRC_COLOR; in BlendFactorToPipe()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c240 case PIPE_BLENDFACTOR_SRC_COLOR: return VK_BLEND_FACTOR_SRC_COLOR; in blend_factor()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c296 case PIPE_BLENDFACTOR_SRC_COLOR: in si_translate_blend_factor()
365 case PIPE_BLENDFACTOR_SRC_COLOR: in si_translate_blend_opt_factor()
389 (1u << PIPE_BLENDFACTOR_ONE) | (1u << PIPE_BLENDFACTOR_SRC_COLOR) | in si_blend_check_commutativity()
546 PIPE_BLENDFACTOR_SRC_COLOR); in si_create_blend_state_mode()
548 PIPE_BLENDFACTOR_SRC_COLOR); in si_create_blend_state_mode()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp152 case PIPE_BLENDFACTOR_SRC_COLOR: return D3D12_BLEND_SRC_COLOR; in blend_factor_rgb()
179 case PIPE_BLENDFACTOR_SRC_COLOR: in blend_factor_alpha()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c59 case PIPE_BLENDFACTOR_SRC_COLOR: in r600_translate_blend_factor()

12