Home
last modified time | relevance | path

Searched refs:rgb_invert_src_factor (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-blend.c231 .rgb_invert_src_factor = true,
254 .rgb_invert_src_factor = true,
277 .rgb_invert_src_factor = true,
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c149 equation.rgb_invert_src_factor, in pan_blend_can_fixed_function()
296 equation.rgb_invert_src_factor && in pan_blend_is_opaque()
356 if (!is_factor_01(eq.rgb_src_factor, eq.rgb_invert_src_factor, 0, 0)) in pan_blend_alpha_zero_nop()
388 return is_factor_01(eq.rgb_src_factor, eq.rgb_invert_src_factor, 1, 1) && in pan_blend_alpha_one_store()
440 equation.rgb_invert_src_factor, in pan_blend_to_fixed_function_equation()
548 rt_state->equation.rgb_invert_src_factor ? "-" : "", in get_equation_str()
647 options.rt[0].rgb.invert_src_factor = rt_state->equation.rgb_invert_src_factor; in GENX()
Dpan_blend.h43 unsigned rgb_invert_src_factor : 1; member
Dpan_blitter.c372 .rgb_invert_src_factor = true, in pan_blitter_get_blend_shaders()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_shader.c133 options.rt[rt].rgb.invert_src_factor = rt_state->equation.rgb_invert_src_factor; in panvk_lower_blend()
147 rt_state->equation.rgb_invert_src_factor = true; in panvk_lower_blend()
Dpanvk_vX_pipeline.c563 …out->equation.rgb_invert_src_factor = inverted_blend_factor(in->srcColorBlendFactor, dest_has_alph… in panvk_pipeline_builder_parse_color_blend()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c4473 … equation.rgb_invert_src_factor = util_blend_factor_is_inverted(pipe.rgb_src_factor); in panfrost_create_blend_state()