Home
last modified time | relevance | path

Searched refs:invert_dst_factor (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/tests/
H A Dtest-blend.c67 RGBA(invert_dst_factor, true),
87 RGBA(invert_dst_factor, true),
106 RGBA(invert_dst_factor, true),
126 RGBA(invert_dst_factor, true),
145 RGBA(invert_dst_factor, true),
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_blend.h42 bool invert_dst_factor; member
H A Dnir_lower_blend.c348 chan.dst_factor, chan.invert_dst_factor); in nir_blend()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c125 .invert_dst_factor = false, in panvk_lower_blend()
135 options.rt[rt].rgb.invert_dst_factor = rt_state->equation.rgb_invert_dst_factor; in panvk_lower_blend()
140 options.rt[rt].alpha.invert_dst_factor = rt_state->equation.alpha_invert_dst_factor; in panvk_lower_blend()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c639 .invert_dst_factor = false, in pan_blend_create_shader()
649 options.rt[0].rgb.invert_dst_factor = rt_state->equation.rgb_invert_dst_factor; in pan_blend_create_shader()
654 options.rt[0].alpha.invert_dst_factor = rt_state->equation.alpha_invert_dst_factor; in pan_blend_create_shader()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c139 .invert_dst_factor = false, in agx_create_blend_state()
149 so->rt[i].rgb.invert_dst_factor = util_blend_factor_is_inverted(rt.rgb_dst_factor); in agx_create_blend_state()
155 so->rt[i].alpha.invert_dst_factor = util_blend_factor_is_inverted(rt.alpha_dst_factor); in agx_create_blend_state()

Completed in 6 milliseconds