Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c60 enum blend_factor dest_factor, in is_2srcdest() argument
67 ((dest_factor == BLEND_FACTOR_SRC_COLOR) || in is_2srcdest()
68 ((dest_factor == BLEND_FACTOR_SRC_ALPHA) && is_alpha)) && in is_2srcdest()
76 enum blend_factor dest_factor, in can_fixed_function_equation() argument
82 dest_factor, invert_dest, is_alpha)) { in can_fixed_function_equation()
93 !factor_is_supported(dest_factor)) in can_fixed_function_equation()
96 if (src_factor != dest_factor && in can_fixed_function_equation()
98 dest_factor != BLEND_FACTOR_ZERO) in can_fixed_function_equation()
193 enum blend_factor dest_factor, in to_panfrost_function() argument
199 dest_factor, invert_dest, is_alpha, true)); in to_panfrost_function()
[all …]