Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/lib/tests/
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()
/external/mesa3d/src/panfrost/lib/
Dpan_blend.h107 bool pan_blend_can_fixed_function(const struct pan_blend_equation equation,
Dpan_blend.c137 pan_blend_can_fixed_function(const struct pan_blend_equation equation, in pan_blend_can_fixed_function() function
/external/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_blend.c288 if (!pan_blend_can_fixed_function(rt->equation, supports_2src)) in blend_needs_shader()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c3791 pan_blend_can_fixed_function(equation, supports_2src) && in panfrost_create_blend_state()