/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blend.h | 69 case PIPE_BLENDFACTOR_DST_COLOR: in util_blend_factor_to_shader() 124 case PIPE_BLENDFACTOR_DST_COLOR: in util_blend_factor_uses_dest()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_gldefs.h | 24 case PIPE_BLENDFACTOR_DST_COLOR: in nvgl_blend_func()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_util.c | 101 case PIPE_BLENDFACTOR_DST_COLOR: in fd_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_blend_aos.c | 111 case PIPE_BLENDFACTOR_DST_COLOR: in lp_build_blend_factor_unswizzled() 202 case PIPE_BLENDFACTOR_DST_COLOR: in lp_build_blend_factor_swizzle()
|
H A D | lp_test_blend.c | 223 case PIPE_BLENDFACTOR_DST_COLOR: in compute_blend_ref_term() 319 case PIPE_BLENDFACTOR_DST_COLOR: in compute_blend_ref_term() 599 PIPE_BLENDFACTOR_DST_COLOR,
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_conv.h | 125 return PIPE_BLENDFACTOR_DST_COLOR; in vk_conv_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_inlines.h | 125 case PIPE_BLENDFACTOR_DST_COLOR: in i915_translate_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_blend.c | 299 case PIPE_BLENDFACTOR_DST_COLOR: in blend_quad() 463 case PIPE_BLENDFACTOR_DST_COLOR: in blend_quad() 562 case PIPE_BLENDFACTOR_DST_COLOR: in blend_quad() 712 case PIPE_BLENDFACTOR_DST_COLOR: in blend_quad()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_blend.c | 77 return PIPE_BLENDFACTOR_DST_COLOR; in translate_blend()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_translate.h | 129 case PIPE_BLENDFACTOR_DST_COLOR: in translate_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_state_inlines.h | 74 case PIPE_BLENDFACTOR_DST_COLOR: in r300_translate_blend_factor()
|
H A D | r300_state.c | 306 (srcRGB != PIPE_BLENDFACTOR_DST_COLOR && in blend_read_enable() 319 (srcRGB != PIPE_BLENDFACTOR_DST_COLOR && in blend_read_enable()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_pipe.h | 714 case D3DBLEND_DESTCOLOR: return PIPE_BLENDFACTOR_DST_COLOR/*ALPHA*/; in d3dblend_alpha_to_pipe_blendfactor() 741 case D3DBLEND_DESTCOLOR: return PIPE_BLENDFACTOR_DST_COLOR; in d3dblend_color_to_pipe_blendfactor()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_nir_lower_blend.c | 80 case PIPE_BLENDFACTOR_DST_COLOR: in vc4_blend_channel_f() 158 case PIPE_BLENDFACTOR_DST_COLOR: in vc4_blend_channel_i()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_defines.h | 59 PIPE_BLENDFACTOR_DST_COLOR, enumerator
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_composite.c | 93 return PIPE_BLENDFACTOR_DST_COLOR; in xa_convert_blend_for_luminance()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_blend.c | 49 case PIPE_BLENDFACTOR_DST_COLOR: return SVGA3D_BLENDOP_DESTCOLOR; in svga_translate_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_emit.c | 48 case PIPE_BLENDFACTOR_DST_COLOR: in v3d_factor()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | output.c | 555 return PIPE_BLENDFACTOR_DST_COLOR; in BlendFactorToPipe()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | OutputMerger.cpp | 512 return PIPE_BLENDFACTOR_DST_COLOR; in translateBlend()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_state.c | 248 case PIPE_BLENDFACTOR_DST_COLOR: return VK_BLEND_FACTOR_DST_COLOR; in blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_draw.c | 457 case PIPE_BLENDFACTOR_DST_COLOR: in lima_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.c | 311 case PIPE_BLENDFACTOR_DST_COLOR: in si_translate_blend_factor() 459 state->rt[0].rgb_src_factor == PIPE_BLENDFACTOR_DST_COLOR && in si_create_blend_state_mode() 460 state->rt[0].alpha_src_factor == PIPE_BLENDFACTOR_DST_COLOR && in si_create_blend_state_mode() 556 si_blend_remove_dst(&eqRGB, &srcRGB, &dstRGB, PIPE_BLENDFACTOR_DST_COLOR, in si_create_blend_state_mode() 558 si_blend_remove_dst(&eqA, &srcA, &dstA, PIPE_BLENDFACTOR_DST_COLOR, in si_create_blend_state_mode()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.cpp | 180 case PIPE_BLENDFACTOR_DST_COLOR: return D3D12_BLEND_DEST_COLOR; in blend_factor_rgb() 206 case PIPE_BLENDFACTOR_DST_COLOR: in blend_factor_alpha()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state.c | 65 case PIPE_BLENDFACTOR_DST_COLOR: in r600_translate_blend_factor()
|