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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dlower.c394 int src_to_swap = -1; local in function:ppir_lower_accum
404 src_to_swap = j;
408 if (src_to_swap > 0)
412 if (src_to_swap < 0)
417 alu->src[0] = alu->src[src_to_swap];
418 alu->src[src_to_swap] = tmp;

Completed in 2 milliseconds