Home
last modified time | relevance | path

Searched refs:supports_2src (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c79 bool supports_2src) in can_fixed_function_equation()
84 return supports_2src; in can_fixed_function_equation()
144 bool supports_2src) in pan_blend_can_fixed_function()
152 false, supports_2src) && in pan_blend_can_fixed_function()
158 true, supports_2src)); in pan_blend_can_fixed_function()
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
143 pan_blend_can_fixed_function(const struct pan_blend_equation equation, bool supports_2src) pan_blend_can_fixed_function() argument
H A Dpan_blend.h106 bool supports_2src);
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c531 bool supports_2src = pan_blend_supports_2src(dev->arch); in blend_needs_lowering()
532 return !pan_blend_can_fixed_function(state->rts[rt].equation, supports_2src); in blend_needs_lowering()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c4485 const bool supports_2src = pan_blend_supports_2src(PAN_ARCH); in panfrost_create_blend_state() local
4498 supports_2src) && in panfrost_create_blend_state()

Completed in 15 milliseconds