Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:wpostrans

796    struct ureg_src wpostrans = ureg_DECL_constant( ureg, wposTransConst );
811 ureg_scalar(wpostrans, invert ? 2 : 0),
830 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy
835 ureg_scalar(wpostrans, 0),
836 ureg_scalar(wpostrans, 1));
838 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww
843 ureg_scalar(wpostrans, 2),
844 ureg_scalar(wpostrans, 3));