Home | History | Annotate | Download | only in i965

Lines Matching refs:new_chan

430    int new_chan[this->uniforms];
434 memset(new_chan, 0, sizeof(new_chan));
473 new_chan[src] = 0;
476 new_chan[src] = this->uniform_vector_size[dst];
480 c->prog_data.param[dst * 4 + new_chan[src] + j] =
505 int sx = BRW_GET_SWZ(inst->src[i].swizzle, 0) + new_chan[src];
506 int sy = BRW_GET_SWZ(inst->src[i].swizzle, 1) + new_chan[src];
507 int sz = BRW_GET_SWZ(inst->src[i].swizzle, 2) + new_chan[src];
508 int sw = BRW_GET_SWZ(inst->src[i].swizzle, 3) + new_chan[src];