Searched defs:wpos_temp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c797 struct ureg_dst wpos_temp = ureg_DECL_temporary( ureg ); local
814 ureg_ADD(ureg, wpos_temp, wpos_input, ureg_src(adj_temp));
816 ureg_ADD(ureg, wpos_temp, wpos_input,
819 wpos_input = ureg_src(wpos_temp);
821 /* MOV wpos_temp, input[wpos]
823 ureg_MOV( ureg, wpos_temp, wpos_input );
830 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy
833 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y ),
838 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww
841 ureg_writemask(wpos_temp, TGSI_WRITEMASK_
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c797 struct ureg_dst wpos_temp = ureg_DECL_temporary( ureg ); local
814 ureg_ADD(ureg, wpos_temp, wpos_input, ureg_src(adj_temp));
816 ureg_ADD(ureg, wpos_temp, wpos_input,
819 wpos_input = ureg_src(wpos_temp);
821 /* MOV wpos_temp, input[wpos]
823 ureg_MOV( ureg, wpos_temp, wpos_input );
830 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy
833 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y ),
838 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww
841 ureg_writemask(wpos_temp, TGSI_WRITEMASK_
[all...]

Completed in 187 milliseconds