Searched refs:alu1_components (Results 1 – 1 of 1) sorted by relevance
196 unsigned alu1_components = alu1->dest.dest.ssa.num_components; in instr_try_combine() local198 unsigned total_components = alu1_components + alu2_components; in instr_try_combine()235 value[j].u64 = j < alu1_components ? in instr_try_combine()237 c2[alu2->src[i].swizzle[j - alu1_components]].u64; in instr_try_combine()249 for (unsigned j = 0; j < alu1_components; j++) in instr_try_combine()253 new_alu->src[i].swizzle[j + alu1_components] = in instr_try_combine()293 alu_src->swizzle[i] += alu1_components; in instr_try_combine()301 for (unsigned i = 0; i < alu1_components; i++) in instr_try_combine()304 alu1_components); in instr_try_combine()310 swiz[i] = i + alu1_components; in instr_try_combine()