Lines Matching refs:wpos
1238 fs_visitor::emit_fragcoord_interpolation(fs_reg wpos)
1243 bld.MOV(wpos, this->pixel_x);
1244 wpos = offset(wpos, bld, 1);
1247 bld.MOV(wpos, this->pixel_y);
1248 wpos = offset(wpos, bld, 1);
1252 bld.MOV(wpos, this->pixel_z);
1254 bld.emit(FS_OPCODE_LINTERP, wpos,
1258 wpos = offset(wpos, bld, 1);
1261 bld.MOV(wpos, this->wpos_w);