Searched defs:invert_dest (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blend.c | 57 is_2srcdest(enum blend_func blend_func, enum blend_factor src_factor, bool invert_src, enum blend_factor dest_factor, bool invert_dest, bool is_alpha) is_2srcdest() argument 73 can_fixed_function_equation(enum blend_func blend_func, enum blend_factor src_factor, bool invert_src, enum blend_factor dest_factor, bool invert_dest, bool is_alpha, bool supports_2src) can_fixed_function_equation() argument 190 to_panfrost_function(enum blend_func blend_func, enum blend_factor src_factor, bool invert_src, enum blend_factor dest_factor, bool invert_dest, bool is_alpha, struct MALI_BLEND_FUNCTION *function) to_panfrost_function() argument [all...] |
Completed in 2 milliseconds