Searched refs:pipe_blend_func (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_blend.h | 46 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 D | lp_bld_blend.c | 46 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 D | u_blend.h | 31 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 D | lima_draw.c | 424 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 D | p_defines.h | 78 enum pipe_blend_func { enum
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_state.c | 296 blend_op(enum pipe_blend_func func) in blend_op()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.cpp | 257 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 D | si_state.c | 401 enum pipe_blend_func func, enum pipe_blendfactor src, in si_blend_check_commutativity()
|
Completed in 18 milliseconds