Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/panfrost/lib/tests/
H A Dtest-blend.c307 ASSERT_EQ(T.fixed_function, pan_blend_can_fixed_function(T.eq, true)); in main()
311 if (pan_blend_can_fixed_function(T.eq, true)) { in main()
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_blend.h105 bool pan_blend_can_fixed_function(const struct pan_blend_equation equation,
H A Dpan_blend.c137 pan_blend_can_fixed_function(const struct pan_blend_equation equation, in pan_blend_can_fixed_function() function
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_blend.c344 if (!pan_blend_can_fixed_function(rt->equation, supports_2src)) in blend_needs_shader()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c3692 pan_blend_can_fixed_function(equation, supports_2src) && in panfrost_create_blend_state()