Home
last modified time | relevance | path

Searched refs:pipe_blend_func (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.h46 enum pipe_blend_func func,
90 enum pipe_blend_func func,
96 lp_build_blend_func_reverse(enum pipe_blend_func rgb_func,
97 enum pipe_blend_func alpha_func);
100 lp_build_blend_func_commutative(enum pipe_blend_func func);
H A Dlp_bld_blend.c46 lp_build_blend_func_commutative(enum pipe_blend_func func) in lp_build_blend_func_commutative()
67 lp_build_blend_func_reverse(enum pipe_blend_func rgb_func, in lp_build_blend_func_reverse()
68 enum pipe_blend_func alpha_func) in lp_build_blend_func_reverse()
149 enum pipe_blend_func func, in lp_build_blend_func()
193 enum pipe_blend_func func, in lp_build_blend()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blend.h31 util_blend_func_to_shader(enum pipe_blend_func func) in util_blend_func_to_shader()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c424 lima_blend_func(enum pipe_blend_func pipe) in lima_blend_func()
496 lima_calculate_alpha_blend(enum pipe_blend_func rgb_func, enum pipe_blend_func alpha_func, in lima_calculate_alpha_blend()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h78 enum pipe_blend_func { enum
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c296 blend_op(enum pipe_blend_func func) in blend_op()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp257 blend_op(enum pipe_blend_func func) in blend_op()
356 state->desc.RenderTarget[i].BlendOp = blend_op((pipe_blend_func) rt->rgb_func); in d3d12_create_blend_state()
359 state->desc.RenderTarget[i].BlendOpAlpha = blend_op((pipe_blend_func) rt->alpha_func); in d3d12_create_blend_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c401 enum pipe_blend_func func, enum pipe_blendfactor src, in si_blend_check_commutativity()

Completed in 22 milliseconds