Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.h40 struct pan_blend_equation { struct
62 struct pan_blend_equation equation; argument
82 struct pan_blend_equation equation;
102 pan_blend_reads_dest(const struct pan_blend_equation eq);
105 pan_blend_can_fixed_function(const struct pan_blend_equation equation,
109 pan_blend_is_opaque(const struct pan_blend_equation eq);
112 pan_blend_alpha_zero_nop(const struct pan_blend_equation eq);
115 pan_blend_alpha_one_store(const struct pan_blend_equation eq);
118 pan_blend_constant_mask(const struct pan_blend_equation eq);
152 pan_blend_to_fixed_function_equation(const struct pan_blend_equation eq,
[all …]
Dpan_blend.c116 pan_blend_constant_mask(const struct pan_blend_equation eq) in pan_blend_constant_mask()
143 pan_blend_can_fixed_function(const struct pan_blend_equation equation, in pan_blend_can_fixed_function()
283 pan_blend_is_opaque(const struct pan_blend_equation equation) in pan_blend_is_opaque()
341 pan_blend_alpha_zero_nop(const struct pan_blend_equation eq) in pan_blend_alpha_zero_nop()
379 pan_blend_alpha_one_store(const struct pan_blend_equation eq) in pan_blend_alpha_one_store()
407 pan_blend_reads_dest(const struct pan_blend_equation equation) in pan_blend_reads_dest()
422 pan_blend_to_fixed_function_equation(const struct pan_blend_equation equation, in pan_blend_to_fixed_function_equation()
455 pan_pack_blend(const struct pan_blend_equation equation) in pan_pack_blend()
/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-blend.c29 struct pan_blend_equation eq;
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c4465 struct pan_blend_equation equation = {0}; in panfrost_create_blend_state()