Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/panfrost/nir/
Dnir_lower_blend.h39 bool invert_src_factor; member
Dnir_lower_blend.c301 chan.src_factor, chan.invert_src_factor, options.half); in nir_blend()
323 (chan.invert_src_factor && !chan.invert_dst_factor) && in nir_is_blend_channel_replace()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_blend_shaders.c100 .invert_src_factor = true, in nir_make_options()
111 rgb.invert_src_factor = util_blend_factor_is_inverted(blend->rt[i].rgb_src_factor); in nir_make_options()
117 … alpha.invert_src_factor = util_blend_factor_is_inverted(blend->rt[i].alpha_src_factor); in nir_make_options()