Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_alu_to_scalar.c43 lower_reduction(nir_alu_instr *instr, nir_op chan_op, nir_op merge_op, in lower_reduction() argument
50 nir_alu_instr *chan = nir_alu_instr_create(builder->shader, chan_op); in lower_reduction()
54 if (nir_op_infos[chan_op].num_inputs > 1) { in lower_reduction()
55 assert(nir_op_infos[chan_op].num_inputs == 2); in lower_reduction()