Searched refs:alu_first (Results 1 – 1 of 1) sorted by relevance
320 static int assign_alu_units(struct r600_bytecode *bc, struct r600_bytecode_alu *alu_first, in assign_alu_units() argument330 for (alu = alu_first; alu; alu = LIST_ENTRY(struct r600_bytecode_alu, alu->list.next, list)) { in assign_alu_units()