Home
last modified time | relevance | path

Searched refs:alu2_components (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_vectorize.c197 unsigned alu2_components = alu2->dest.dest.ssa.num_components; in instr_try_combine() local
198 unsigned total_components = alu1_components + alu2_components; in instr_try_combine()
252 for (unsigned j = 0; j < alu2_components; j++) { in instr_try_combine()
309 for (unsigned i = 0; i < alu2_components; i++) in instr_try_combine()
312 alu2_components); in instr_try_combine()

Completed in 2 milliseconds