Home
last modified time | relevance | path

Searched refs:PIPE_BLENDFACTOR_SRC_COLOR (Results 1 – 23 of 23) 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.c68 (srcA == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_0()
93 (dstA == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_1()
105 return (srcRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_0()
123 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_color_1()
135 return (srcRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_0()
139 (srcA == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_0()
164 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
167 (dstA == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_color_1()
307 (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()
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,
/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.h273 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/gallium/drivers/etnaviv/
Detnaviv_translate.h145 case PIPE_BLENDFACTOR_SRC_COLOR: in translate_blend_factor()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c69 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/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/virglrenderer/src/gallium/include/pipe/
Dp_defines.h55 #define PIPE_BLENDFACTOR_SRC_COLOR 0x2 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h56 PIPE_BLENDFACTOR_SRC_COLOR, enumerator
/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/xa/
Dxa_composite.c162 blend->rgb_dst = PIPE_BLENDFACTOR_SRC_COLOR; in blend_for_op()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_emit.c43 case PIPE_BLENDFACTOR_SRC_COLOR: in vc5_factor()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c307 case PIPE_BLENDFACTOR_SRC_COLOR: in si_translate_blend_factor()
376 case PIPE_BLENDFACTOR_SRC_COLOR: in si_translate_blend_opt_factor()
404 (1u << PIPE_BLENDFACTOR_SRC_COLOR) | in si_blend_check_commutativity()
565 PIPE_BLENDFACTOR_SRC_COLOR); in si_create_blend_state_mode()
568 PIPE_BLENDFACTOR_SRC_COLOR); in si_create_blend_state_mode()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c537 return PIPE_BLENDFACTOR_SRC_COLOR; in BlendFactorToPipe()
/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()
/external/virglrenderer/src/
Dvrend_renderer.c4079 case PIPE_BLENDFACTOR_SRC_COLOR: return GL_SRC_COLOR; in translate_blend_factor()