Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:wpostrans

4304    struct ureg_src wpostrans = ureg_DECL_constant( ureg, wposTransConst );
4319 ureg_scalar(wpostrans, invert ? 2 : 0),
4338 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy
4343 ureg_scalar(wpostrans, 0),
4344 ureg_scalar(wpostrans, 1));
4346 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww
4351 ureg_scalar(wpostrans, 2),
4352 ureg_scalar(wpostrans, 3));