Home | History | Annotate | Download | only in i965

Lines Matching refs:new_chan

586    int new_chan[this->uniforms];
590 memset(new_chan, 0, sizeof(new_chan));
675 new_chan[src] = 0;
678 new_chan[src] = chans_used[dst];
682 stage_prog_data->param[dst * 4 + new_chan[src] + j] =
704 inst->src[i].swizzle += BRW_SWIZZLE4(new_chan[src], new_chan[src],
705 new_chan[src], new_chan[src]);