Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c5837 struct tgsi_full_src_register tmp_pos_src; in emit_vpos_instructions() local
5846 tmp_pos_src = make_src_temp_reg(vs_pos_tmp_index); in emit_vpos_instructions()
5860 &tmp_pos_src, FALSE); in emit_vpos_instructions()
5874 scalar_src(&tmp_pos_src, TGSI_SWIZZLE_W); in emit_vpos_instructions()
5887 &tmp_pos_src, &prescale_scale, FALSE); in emit_vpos_instructions()
5891 &prescale_trans, &tmp_pos_src, FALSE); in emit_vpos_instructions()
5911 scalar_src(&tmp_pos_src, TGSI_SWIZZLE_W); in emit_vpos_instructions()
5926 &tmp_pos_src, &vp_zwww, FALSE); in emit_vpos_instructions()
5930 &tmp_pos_src, &vp_xyzw, FALSE); in emit_vpos_instructions()
5934 &tmp_pos_src, &tmp_pos_src_wwww, FALSE); in emit_vpos_instructions()
[all …]