Home
last modified time | relevance | path

Searched refs:invert_src_factor (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_shader.c123 .invert_src_factor = true, in panvk_lower_blend()
133 options.rt[rt].rgb.invert_src_factor = rt_state->equation.rgb_invert_src_factor; in panvk_lower_blend()
138 options.rt[rt].alpha.invert_src_factor = rt_state->equation.alpha_invert_src_factor; in panvk_lower_blend()
/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-blend.c86 RGBA(invert_src_factor, true),
125 RGBA(invert_src_factor, true),
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.h39 bool invert_src_factor; member
Dnir_lower_blend.c343 chan.src_factor, chan.invert_src_factor); in nir_blend()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c637 .invert_src_factor = true, in GENX()
647 options.rt[0].rgb.invert_src_factor = rt_state->equation.rgb_invert_src_factor; in GENX()
652 options.rt[0].alpha.invert_src_factor = rt_state->equation.alpha_invert_src_factor; in GENX()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c137 .invert_src_factor = true, in agx_create_blend_state()
147 so->rt[i].rgb.invert_src_factor = util_blend_factor_is_inverted(rt.rgb_src_factor); in agx_create_blend_state()
153 so->rt[i].alpha.invert_src_factor = util_blend_factor_is_inverted(rt.alpha_src_factor); in agx_create_blend_state()