Home
last modified time | relevance | path

Searched refs:pipe_blendfactor (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blend.h50 util_blend_factor_to_shader(enum pipe_blendfactor factor) in util_blend_factor_to_shader()
98 util_blend_factor_is_inverted(enum pipe_blendfactor factor) in util_blend_factor_is_inverted()
120 util_blend_factor_uses_dest(enum pipe_blendfactor factor, bool alpha) in util_blend_factor_uses_dest()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c178 static enum pipe_blendfactor
179 fix_xrgb_alpha(enum pipe_blendfactor factor) in fix_xrgb_alpha()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c427 lima_blend_factor_has_alpha(enum pipe_blendfactor pipe) in lima_blend_factor_has_alpha()
460 lima_blend_factor_is_inv(enum pipe_blendfactor pipe) in lima_blend_factor_is_inv()
493 lima_blend_factor(enum pipe_blendfactor pipe) in lima_blend_factor()
533 … enum pipe_blendfactor rgb_src_factor, enum pipe_blendfactor rgb_dst_factor, in lima_calculate_alpha_blend()
534 … enum pipe_blendfactor alpha_src_factor, enum pipe_blendfactor alpha_dst_factor) in lima_calculate_alpha_blend()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp147 blend_factor_rgb(enum pipe_blendfactor factor) in blend_factor_rgb()
174 blend_factor_alpha(enum pipe_blendfactor factor) in blend_factor_alpha()
201 need_blend_factor_rgb(enum pipe_blendfactor factor) in need_blend_factor_rgb()
217 need_blend_factor_alpha(enum pipe_blendfactor factor) in need_blend_factor_alpha()
329 … state->desc.RenderTarget[i].SrcBlend = blend_factor_rgb((pipe_blendfactor) rt->rgb_src_factor); in d3d12_create_blend_state()
330 … state->desc.RenderTarget[i].DestBlend = blend_factor_rgb((pipe_blendfactor) rt->rgb_dst_factor); in d3d12_create_blend_state()
332 …state->desc.RenderTarget[i].SrcBlendAlpha = blend_factor_alpha((pipe_blendfactor) rt->alpha_src_fa… in d3d12_create_blend_state()
333 …state->desc.RenderTarget[i].DestBlendAlpha = blend_factor_alpha((pipe_blendfactor) rt->alpha_dst_f… in d3d12_create_blend_state()
336 state->blend_factor_flags |= need_blend_factor_rgb((pipe_blendfactor) rt->rgb_src_factor); in d3d12_create_blend_state()
337 state->blend_factor_flags |= need_blend_factor_rgb((pipe_blendfactor) rt->rgb_dst_factor); in d3d12_create_blend_state()
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c236 blend_factor(enum pipe_blendfactor factor) in blend_factor()
276 need_blend_constants(enum pipe_blendfactor factor) in need_blend_constants()
328 static enum pipe_blendfactor
329 fix_blendfactor(enum pipe_blendfactor f, bool alpha_to_one) in fix_blendfactor()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h54 enum pipe_blendfactor { enum
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c1485 static enum pipe_blendfactor
1486 fix_blendfactor(enum pipe_blendfactor f, bool alpha_to_one) in fix_blendfactor()
1530 enum pipe_blendfactor src_rgb = in set_blend_entry_bits()
1532 enum pipe_blendfactor src_alpha = in set_blend_entry_bits()
1534 enum pipe_blendfactor dst_rgb = in set_blend_entry_bits()
1536 enum pipe_blendfactor dst_alpha = in set_blend_entry_bits()
1612 enum pipe_blendfactor src_rgb = in crocus_create_blend_state()
1614 enum pipe_blendfactor src_alpha = in crocus_create_blend_state()
1616 enum pipe_blendfactor dst_rgb = in crocus_create_blend_state()
1618 enum pipe_blendfactor dst_alpha = in crocus_create_blend_state()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c32 v3d_factor(enum pipe_blendfactor factor, bool dst_alpha_one) in v3d_factor()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1235 static enum pipe_blendfactor
1236 fix_blendfactor(enum pipe_blendfactor f, bool alpha_to_one) in fix_blendfactor()
1273 enum pipe_blendfactor src_rgb = in iris_create_blend_state()
1275 enum pipe_blendfactor src_alpha = in iris_create_blend_state()
1277 enum pipe_blendfactor dst_rgb = in iris_create_blend_state()
1279 enum pipe_blendfactor dst_alpha = in iris_create_blend_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c384 enum pipe_blend_func func, enum pipe_blendfactor src, in si_blend_check_commutativity()
385 enum pipe_blendfactor dst, unsigned chanmask) in si_blend_check_commutativity()