Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_vectorize.c174 unsigned alu1_components = alu1->dest.dest.ssa.num_components; in instr_try_combine() local
176 unsigned total_components = alu1_components + alu2_components; in instr_try_combine()
218 value[j].u64 = j < alu1_components ? in instr_try_combine()
220 c2[alu2->src[i].swizzle[j - alu1_components]].u64; in instr_try_combine()
232 for (unsigned j = 0; j < alu1_components; j++) in instr_try_combine()
236 new_alu->src[i].swizzle[j + alu1_components] = in instr_try_combine()
247 alu1_components); in instr_try_combine()
250 swiz[i] += alu1_components; in instr_try_combine()
297 use->src[src_index].swizzle[i] += alu1_components; in instr_try_combine()