Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_vectorize.c196 unsigned alu1_components = alu1->dest.dest.ssa.num_components; in instr_try_combine() local
198 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()