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.c193 unsigned alu1_components = alu1->dest.dest.ssa.num_components; in instr_try_combine() local
195 unsigned total_components = alu1_components + alu2_components; in instr_try_combine()
236 value[j].u64 = j < alu1_components ? in instr_try_combine()
238 c2[alu2->src[i].swizzle[j - alu1_components]].u64; in instr_try_combine()
250 for (unsigned j = 0; j < alu1_components; j++) in instr_try_combine()
254 new_alu->src[i].swizzle[j + alu1_components] = in instr_try_combine()
265 alu1_components); in instr_try_combine()
268 swiz[i] += alu1_components; in instr_try_combine()
322 use->src[src_index].swizzle[i] += alu1_components; in instr_try_combine()