Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c155 unsigned so_index; /**< the non-adjusted position output reg */ member
2599 if (emit->vposition.so_index != INVALID_INDEX && in emit_output_declarations()
2608 emit->vposition.so_index, in emit_output_declarations()
2680 emit->vposition.so_index != INVALID_INDEX) { in emit_temporaries_declaration()
5641 if (emit->vposition.so_index != INVALID_INDEX) { in emit_vpos_instructions()
5643 make_dst_output_reg(emit->vposition.so_index); in emit_vpos_instructions()
6517 emit->vposition.so_index = INVALID_INDEX; in svga_tgsi_vgpu10_translate()
6593 emit->vposition.so_index = emit->num_outputs++; in svga_tgsi_vgpu10_translate()