Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c5622 unsigned vs_pos_tmp_index) in emit_vpos_instructions() argument
5633 tmp_pos_src = make_src_temp_reg(vs_pos_tmp_index); in emit_vpos_instructions()
5663 make_dst_temp_reg(vs_pos_tmp_index); in emit_vpos_instructions()
5694 make_dst_temp_reg(vs_pos_tmp_index); in emit_vpos_instructions()
5727 else if (vs_pos_tmp_index != INVALID_INDEX) { in emit_vpos_instructions()
5788 const unsigned vs_pos_tmp_index = emit->vposition.tmp_index; in emit_vertex_instructions() local
5800 emit_vpos_instructions(emit, vs_pos_tmp_index); in emit_vertex_instructions()
5805 emit->vposition.tmp_index = vs_pos_tmp_index; in emit_vertex_instructions()