Searched refs:aainput (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_draw_helpers.c | 292 nir_ssa_def *aainput = nir_load_var(b, state->input); local in function:nir_lower_aapoint_impl 294 nir_ssa_def *dist = nir_fadd(b, nir_fmul(b, nir_channel(b, aainput, 0), nir_channel(b, aainput, 0)), 295 nir_fmul(b, nir_channel(b, aainput, 1), nir_channel(b, aainput, 1))); 297 nir_ssa_def *k = nir_channel(b, aainput, 2); 298 nir_ssa_def *chan_val_one = nir_channel(b, aainput, 3);
|
Completed in 3 milliseconds