Searched refs:rgb_invert_src_factor (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/tests/ |
D | test-blend.c | 231 .rgb_invert_src_factor = true, 254 .rgb_invert_src_factor = true, 277 .rgb_invert_src_factor = true,
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_blend.c | 149 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()
|
D | pan_blend.h | 43 unsigned rgb_invert_src_factor : 1; member
|
D | pan_blitter.c | 372 .rgb_invert_src_factor = true, in pan_blitter_get_blend_shaders()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_shader.c | 133 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()
|
D | panvk_vX_pipeline.c | 563 …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/ |
D | pan_cmdstream.c | 4473 … equation.rgb_invert_src_factor = util_blend_factor_is_inverted(pipe.rgb_src_factor); in panfrost_create_blend_state()
|