Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:wpos

608  * Emit the TGSI instructions for inverting and adjusting WPOS.
622 * Need to replace instances of INPUT[WPOS] with temp T
623 * where T = INPUT[WPOS] by y is inverted.
637 struct ureg_src *wpos =
641 struct ureg_src wpos_input = *wpos;
664 /* MOV wpos_temp, input[wpos]
692 *wpos = ureg_src(wpos_temp);