Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c61 bool invert_dest, in is_2srcdest() argument
69 !invert_src && !invert_dest; in is_2srcdest()
77 bool invert_dest, in can_fixed_function_equation() argument
82 dest_factor, invert_dest, is_alpha)) { in can_fixed_function_equation()
194 bool invert_dest, in to_panfrost_function() argument
199 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 …]