Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:wpos_temp

4305    struct ureg_dst wpos_temp = ureg_DECL_temporary( ureg );
4322 ureg_ADD(ureg, wpos_temp, wpos_input, ureg_src(adj_temp));
4324 ureg_ADD(ureg, wpos_temp, wpos_input,
4327 wpos_input = ureg_src(wpos_temp);
4329 /* MOV wpos_temp, input[wpos]
4331 ureg_MOV( ureg, wpos_temp, wpos_input );
4338 /* MAD wpos_temp.y, wpos_input, wpostrans.xxxx, wpostrans.yyyy
4341 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y ),
4346 /* MAD wpos_temp.y, wpos_input, wpostrans.zzzz, wpostrans.wwww
4349 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y ),
4355 /* Use wpos_temp as position input from here on:
4357 t->inputs[t->inputMapping[FRAG_ATTRIB_WPOS]] = ureg_src(wpos_temp);