Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_draw_helpers.c294 nir_ssa_def *aainput = nir_load_var(b, state->input); in nir_lower_aapoint_impl() local
296 …nir_ssa_def *dist = nir_fadd(b, nir_fmul(b, nir_channel(b, aainput, 0), nir_channel(b, aainput, 0)… in nir_lower_aapoint_impl()
297 … nir_fmul(b, nir_channel(b, aainput, 1), nir_channel(b, aainput, 1))); in nir_lower_aapoint_impl()
299 nir_ssa_def *k = nir_channel(b, aainput, 2); in nir_lower_aapoint_impl()
300 nir_ssa_def *chan_val_one = nir_channel(b, aainput, 3); in nir_lower_aapoint_impl()