/external/mesa3d/src/gallium/auxiliary/util/ |
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()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_blending.c | 59 return PIPE_BLENDFACTOR_DST_COLOR; in complement_factor() 148 case PIPE_BLENDFACTOR_DST_COLOR: in to_c_factor()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_gldefs.h | 24 case PIPE_BLENDFACTOR_DST_COLOR: in nvgl_blend_func()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.c | 101 case PIPE_BLENDFACTOR_DST_COLOR: in fd_blend_factor()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_conv.h | 125 return PIPE_BLENDFACTOR_DST_COLOR; in vk_conv_blend_factor()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
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()
|
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() 596 PIPE_BLENDFACTOR_DST_COLOR,
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_inlines.h | 126 case PIPE_BLENDFACTOR_DST_COLOR: in i915_translate_blend_factor()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_translate.h | 128 case PIPE_BLENDFACTOR_DST_COLOR: in translate_blend_factor()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_blend.c | 297 case PIPE_BLENDFACTOR_DST_COLOR: in blend_quad() 461 case PIPE_BLENDFACTOR_DST_COLOR: in blend_quad() 560 case PIPE_BLENDFACTOR_DST_COLOR: in blend_quad() 710 case PIPE_BLENDFACTOR_DST_COLOR: in blend_quad()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.h | 680 case D3DBLEND_DESTCOLOR: return PIPE_BLENDFACTOR_DST_COLOR/*ALPHA*/; in d3dblend_alpha_to_pipe_blendfactor() 707 case D3DBLEND_DESTCOLOR: return PIPE_BLENDFACTOR_DST_COLOR; in d3dblend_color_to_pipe_blendfactor()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_blend.c | 87 case PIPE_BLENDFACTOR_DST_COLOR: in vc4_blend_channel_f() 165 case PIPE_BLENDFACTOR_DST_COLOR: in vc4_blend_channel_i()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 77 return PIPE_BLENDFACTOR_DST_COLOR; in translate_blend()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 301 case PIPE_BLENDFACTOR_DST_COLOR: in swr_convert_blend_factor()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_inlines.h | 74 case PIPE_BLENDFACTOR_DST_COLOR: in r300_translate_blend_factor()
|
D | r300_state.c | 304 (srcRGB != PIPE_BLENDFACTOR_DST_COLOR && in blend_read_enable() 317 (srcRGB != PIPE_BLENDFACTOR_DST_COLOR && in blend_read_enable()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_defines.h | 58 #define PIPE_BLENDFACTOR_DST_COLOR 0x5 macro
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 434 case PIPE_BLENDFACTOR_DST_COLOR: in lima_blend_factor_has_alpha() 468 case PIPE_BLENDFACTOR_DST_COLOR: in lima_blend_factor_is_inv() 496 case PIPE_BLENDFACTOR_DST_COLOR: in lima_blend_factor()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_defines.h | 59 PIPE_BLENDFACTOR_DST_COLOR, enumerator
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.c | 119 case PIPE_BLENDFACTOR_DST_COLOR: return VK_BLEND_FACTOR_DST_COLOR; in blend_factor()
|
/external/mesa3d/src/gallium/frontends/xa/ |
D | xa_composite.c | 93 return PIPE_BLENDFACTOR_DST_COLOR; in xa_convert_blend_for_luminance()
|
/external/crosvm/gpu_renderer/src/generated/ |
D | p_defines.rs | 13 pub const PIPE_BLENDFACTOR_DST_COLOR: u32 = 5; constant
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blend.c | 49 case PIPE_BLENDFACTOR_DST_COLOR: return SVGA3D_BLENDOP_DESTCOLOR; in svga_translate_blend_factor()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_emit.c | 47 case PIPE_BLENDFACTOR_DST_COLOR: in v3d_factor()
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 549 return PIPE_BLENDFACTOR_DST_COLOR; in BlendFactorToPipe()
|