Searched refs:invert_dest (Results 1 – 1 of 1) sorted by relevance
61 bool invert_dest, in is_2srcdest() argument69 !invert_src && !invert_dest; in is_2srcdest()77 bool invert_dest, in can_fixed_function_equation() argument82 dest_factor, invert_dest, is_alpha)) { in can_fixed_function_equation()194 bool invert_dest, in to_panfrost_function() argument199 dest_factor, invert_dest, is_alpha, true)); in to_panfrost_function()206 function->invert_c = invert_dest; in to_panfrost_function()215 function->invert_c = invert_dest; in to_panfrost_function()217 } else if (dest_factor == BLEND_FACTOR_ZERO && !invert_dest) { in to_panfrost_function()224 } else if (dest_factor == BLEND_FACTOR_ZERO && invert_dest) { in to_panfrost_function()[all …]