Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h12 case PIPE_BLENDFACTOR_SRC_COLOR: in nvgl_blend_func()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.c97 case PIPE_BLENDFACTOR_SRC_COLOR: in fd_blend_factor()
/external/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()
308 (dstA == PIPE_BLENDFACTOR_SRC_COLOR || in blend_read_enable()
Dr300_state_inlines.h68 case PIPE_BLENDFACTOR_SRC_COLOR: in r300_translate_blend_factor()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_aos.c107 case PIPE_BLENDFACTOR_SRC_COLOR: in lp_build_blend_factor_unswizzled()
189 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,
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h122 case PIPE_BLENDFACTOR_SRC_COLOR: in i915_translate_blend_factor()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h258 case PIPE_BLENDFACTOR_SRC_COLOR: in swr_convert_blend_factor()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c284 case PIPE_BLENDFACTOR_SRC_COLOR: in blend_quad()
453 case PIPE_BLENDFACTOR_SRC_COLOR: in blend_quad()
545 case PIPE_BLENDFACTOR_SRC_COLOR: in blend_quad()
705 case PIPE_BLENDFACTOR_SRC_COLOR: in blend_quad()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c68 return PIPE_BLENDFACTOR_SRC_COLOR; in translate_blend()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h670 case D3DBLEND_SRCCOLOR: return PIPE_BLENDFACTOR_SRC_COLOR/*ALPHA*/; in d3dblend_alpha_to_pipe_blendfactor()
697 case D3DBLEND_SRCCOLOR: return PIPE_BLENDFACTOR_SRC_COLOR; in d3dblend_color_to_pipe_blendfactor()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h143 case PIPE_BLENDFACTOR_SRC_COLOR: in translate_blend_factor()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c111 case PIPE_BLENDFACTOR_SRC_COLOR: in vc4_blend_channel_f()
189 case PIPE_BLENDFACTOR_SRC_COLOR: in vc4_blend_channel_i()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h56 PIPE_BLENDFACTOR_SRC_COLOR, enumerator
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_composite.c162 blend->rgb_dst = PIPE_BLENDFACTOR_SRC_COLOR; in blend_for_op()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c47 case PIPE_BLENDFACTOR_SRC_COLOR: return SVGA3D_BLENDOP_SRCCOLOR; in svga_translate_blend_factor()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c530 return PIPE_BLENDFACTOR_SRC_COLOR; in BlendFactorToPipe()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c286 case PIPE_BLENDFACTOR_SRC_COLOR: in si_translate_blend_factor()
355 case PIPE_BLENDFACTOR_SRC_COLOR: in si_translate_blend_opt_factor()
492 PIPE_BLENDFACTOR_SRC_COLOR); in si_create_blend_state_mode()
495 PIPE_BLENDFACTOR_SRC_COLOR); in si_create_blend_state_mode()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_state.c286 case PIPE_BLENDFACTOR_SRC_COLOR: return GEN6_BLENDFACTOR_SRC_COLOR; in ilo_translate_blend_factor()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c59 case PIPE_BLENDFACTOR_SRC_COLOR: in r600_translate_blend_factor()
Devergreen_state.c128 case PIPE_BLENDFACTOR_SRC_COLOR: in r600_translate_blend_factor()