Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/panfrost/nir/
Dnir_lower_blend.h42 bool invert_dst_factor; member
Dnir_lower_blend.c306 chan.dst_factor, chan.invert_dst_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.c102 .invert_dst_factor = false in nir_make_options()
112 rgb.invert_dst_factor = util_blend_factor_is_inverted(blend->rt[i].rgb_dst_factor); in nir_make_options()
118 … alpha.invert_dst_factor = util_blend_factor_is_inverted(blend->rt[i].alpha_dst_factor); in nir_make_options()