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.c5835 unsigned vs_pos_tmp_index) in emit_vpos_instructions() argument
5846 tmp_pos_src = make_src_temp_reg(vs_pos_tmp_index); in emit_vpos_instructions()
5876 make_dst_temp_reg(vs_pos_tmp_index); in emit_vpos_instructions()
5907 make_dst_temp_reg(vs_pos_tmp_index); in emit_vpos_instructions()
5940 else if (vs_pos_tmp_index != INVALID_INDEX) { in emit_vpos_instructions()
6001 const unsigned vs_pos_tmp_index = emit->vposition.tmp_index; in emit_vertex_instructions() local
6013 emit_vpos_instructions(emit, vs_pos_tmp_index); in emit_vertex_instructions()
6018 emit->vposition.tmp_index = vs_pos_tmp_index; in emit_vertex_instructions()