Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_alu_width.c100 lower_reduction(nir_alu_instr *alu, nir_op chan_op, nir_op merge_op, in lower_reduction() argument
107 nir_alu_instr *chan = nir_alu_instr_create(builder->shader, chan_op); in lower_reduction()
111 if (nir_op_infos[chan_op].num_inputs > 1) { in lower_reduction()
112 assert(nir_op_infos[chan_op].num_inputs == 2); in lower_reduction()