Searched refs:dest_factor (Results 1 – 1 of 1) sorted by relevance
60 enum blend_factor dest_factor, in is_2srcdest() argument67 ((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() argument82 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() argument199 dest_factor, invert_dest, is_alpha, true)); in to_panfrost_function()[all …]