Home
last modified time | relevance | path

Searched refs:PIPE_BLENDFACTOR_DST_COLOR (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_blend.h69 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/
Dpan_blending.c59 return PIPE_BLENDFACTOR_DST_COLOR; in complement_factor()
148 case PIPE_BLENDFACTOR_DST_COLOR: in to_c_factor()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h24 case PIPE_BLENDFACTOR_DST_COLOR: in nvgl_blend_func()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.c101 case PIPE_BLENDFACTOR_DST_COLOR: in fd_blend_factor()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h125 return PIPE_BLENDFACTOR_DST_COLOR; in vk_conv_blend_factor()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_aos.c111 case PIPE_BLENDFACTOR_DST_COLOR: in lp_build_blend_factor_unswizzled()
202 case PIPE_BLENDFACTOR_DST_COLOR: in lp_build_blend_factor_swizzle()
Dlp_test_blend.c223 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/
Di915_state_inlines.h126 case PIPE_BLENDFACTOR_DST_COLOR: in i915_translate_blend_factor()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h128 case PIPE_BLENDFACTOR_DST_COLOR: in translate_blend_factor()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c297 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/
Dnine_pipe.h680 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/
Dvc4_nir_lower_blend.c87 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/
Dst_atom_blend.c77 return PIPE_BLENDFACTOR_DST_COLOR; in translate_blend()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h301 case PIPE_BLENDFACTOR_DST_COLOR: in swr_convert_blend_factor()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h74 case PIPE_BLENDFACTOR_DST_COLOR: in r300_translate_blend_factor()
Dr300_state.c304 (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/
Dp_defines.h58 #define PIPE_BLENDFACTOR_DST_COLOR 0x5 macro
/external/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c434 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/
Dp_defines.h59 PIPE_BLENDFACTOR_DST_COLOR, enumerator
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.c119 case PIPE_BLENDFACTOR_DST_COLOR: return VK_BLEND_FACTOR_DST_COLOR; in blend_factor()
/external/mesa3d/src/gallium/frontends/xa/
Dxa_composite.c93 return PIPE_BLENDFACTOR_DST_COLOR; in xa_convert_blend_for_luminance()
/external/crosvm/gpu_renderer/src/generated/
Dp_defines.rs13 pub const PIPE_BLENDFACTOR_DST_COLOR: u32 = 5; constant
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c49 case PIPE_BLENDFACTOR_DST_COLOR: return SVGA3D_BLENDOP_DESTCOLOR; in svga_translate_blend_factor()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c47 case PIPE_BLENDFACTOR_DST_COLOR: in v3d_factor()
/external/mesa3d/src/gallium/frontends/vdpau/
Doutput.c549 return PIPE_BLENDFACTOR_DST_COLOR; in BlendFactorToPipe()

12