Searched refs:nsrc_comp (Results 1 – 2 of 2) sorted by relevance
54 void split_constants(const nir_alu_instr& instr, unsigned nsrc_comp);
209 unsigned nsrc_comp = num_src_comp(instr); in preload_src() local212 for (unsigned c = 0; c < nsrc_comp; ++c) { in preload_src()224 split_constants(instr, nsrc_comp); in preload_src()265 void EmitAluInstruction::split_constants(const nir_alu_instr& instr, unsigned nsrc_comp) in split_constants() argument299 for (unsigned k = 0; k < nsrc_comp; ++k) { in split_constants()