Home
last modified time | relevance | path

Searched refs:wpos_temp (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c797 struct ureg_dst wpos_temp = ureg_DECL_temporary( ureg ); in emit_wpos_adjustment() local
814 ureg_ADD(ureg, wpos_temp, wpos_input, ureg_src(adj_temp)); in emit_wpos_adjustment()
816 ureg_ADD(ureg, wpos_temp, wpos_input, in emit_wpos_adjustment()
819 wpos_input = ureg_src(wpos_temp); in emit_wpos_adjustment()
823 ureg_MOV( ureg, wpos_temp, wpos_input ); in emit_wpos_adjustment()
833 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y ), in emit_wpos_adjustment()
841 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y ), in emit_wpos_adjustment()
849 t->inputs[t->inputMapping[FRAG_ATTRIB_WPOS]] = ureg_src(wpos_temp); in emit_wpos_adjustment()
Dst_glsl_to_tgsi.cpp4305 struct ureg_dst wpos_temp = ureg_DECL_temporary( ureg ); in emit_wpos_adjustment() local
4322 ureg_ADD(ureg, wpos_temp, wpos_input, ureg_src(adj_temp)); in emit_wpos_adjustment()
4324 ureg_ADD(ureg, wpos_temp, wpos_input, in emit_wpos_adjustment()
4327 wpos_input = ureg_src(wpos_temp); in emit_wpos_adjustment()
4331 ureg_MOV( ureg, wpos_temp, wpos_input ); in emit_wpos_adjustment()
4341 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y ), in emit_wpos_adjustment()
4349 ureg_writemask(wpos_temp, TGSI_WRITEMASK_Y ), in emit_wpos_adjustment()
4357 t->inputs[t->inputMapping[FRAG_ATTRIB_WPOS]] = ureg_src(wpos_temp); in emit_wpos_adjustment()