Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/panfrost/nir/
Dnir_lower_blend.c88 nir_ssa_def *Adsti = nir_fsub(b, one, Adst); in nir_alpha_saturate() local
90 return (chan < 3) ? nir_fmin(b, Asrc, Adsti) : one; in nir_alpha_saturate()