Home
last modified time | relevance | path

Searched refs:PIPE_BLENDFACTOR_CONST_COLOR (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h30 case PIPE_BLENDFACTOR_CONST_COLOR: in nvgl_blend_func()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.c107 case PIPE_BLENDFACTOR_CONST_COLOR: in fd_blend_factor()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_aos.c146 case PIPE_BLENDFACTOR_CONST_COLOR: in lp_build_blend_factor_unswizzled()
203 case PIPE_BLENDFACTOR_CONST_COLOR: in lp_build_blend_factor_swizzle()
Dlp_test_blend.c239 case PIPE_BLENDFACTOR_CONST_COLOR: in compute_blend_ref_term()
326 case PIPE_BLENDFACTOR_CONST_COLOR: in compute_blend_ref_term()
598 PIPE_BLENDFACTOR_CONST_COLOR,
Dlp_bld_blend.c86 STATIC_ASSERT((PIPE_BLENDFACTOR_CONST_COLOR ^ 0x10) == in lp_build_blend_factor_complementary()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h138 case PIPE_BLENDFACTOR_CONST_COLOR: in i915_translate_blend_factor()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h283 case PIPE_BLENDFACTOR_CONST_COLOR: in swr_convert_blend_factor()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c321 case PIPE_BLENDFACTOR_CONST_COLOR: in blend_quad()
470 case PIPE_BLENDFACTOR_CONST_COLOR: in blend_quad()
576 case PIPE_BLENDFACTOR_CONST_COLOR: in blend_quad()
718 case PIPE_BLENDFACTOR_CONST_COLOR: in blend_quad()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h155 case PIPE_BLENDFACTOR_CONST_COLOR: in translate_blend_factor()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c79 return PIPE_BLENDFACTOR_CONST_COLOR; in translate_blend()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h681 case D3DBLEND_BLENDFACTOR: return PIPE_BLENDFACTOR_CONST_COLOR/*ALPHA*/; in d3dblend_alpha_to_pipe_blendfactor()
708 case D3DBLEND_BLENDFACTOR: return PIPE_BLENDFACTOR_CONST_COLOR; in d3dblend_color_to_pipe_blendfactor()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h78 case PIPE_BLENDFACTOR_CONST_COLOR: in r300_translate_blend_factor()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c129 case PIPE_BLENDFACTOR_CONST_COLOR: in vc4_blend_channel_f()
204 case PIPE_BLENDFACTOR_CONST_COLOR: in vc4_blend_channel_i()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h60 #define PIPE_BLENDFACTOR_CONST_COLOR 0x7 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h61 PIPE_BLENDFACTOR_CONST_COLOR, enumerator
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c55 case PIPE_BLENDFACTOR_CONST_COLOR: return SVGA3D_BLENDOP_BLENDFACTOR; in svga_translate_blend_factor()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_emit.c63 case PIPE_BLENDFACTOR_CONST_COLOR: in vc5_factor()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c555 return PIPE_BLENDFACTOR_CONST_COLOR; in BlendFactorToPipe()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c317 case PIPE_BLENDFACTOR_CONST_COLOR: in si_translate_blend_factor()
407 (1u << PIPE_BLENDFACTOR_CONST_COLOR) | in si_blend_check_commutativity()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c69 case PIPE_BLENDFACTOR_CONST_COLOR: in r600_translate_blend_factor()
Devergreen_state.c138 case PIPE_BLENDFACTOR_CONST_COLOR: in r600_translate_blend_factor()
/external/virglrenderer/src/
Dvrend_renderer.c4085 case PIPE_BLENDFACTOR_CONST_COLOR: return GL_CONSTANT_COLOR; in translate_blend_factor()
4186 return (blend_factor == PIPE_BLENDFACTOR_CONST_COLOR || in is_const_blend()