Home | History | Annotate | Download | only in program

Lines Matching full:copy_chan

2633 	    ir_to_mesa_instruction *copy_chan = acp[acp_base + src_chan];
2635 if (!copy_chan) {
2643 first = copy_chan;
2645 if (first->src[0].file != copy_chan->src[0].file ||
2646 first->src[0].index != copy_chan->src[0].index) {