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.c268 unsigned so_index; /**< the non-adjusted position output reg */ member
5204 if (emit->vposition.so_index != INVALID_INDEX && in emit_output_declarations()
5213 emit->vposition.so_index, in emit_output_declarations()
5338 emit->vposition.so_index != INVALID_INDEX) { in emit_temporaries_declaration()
9539 if (emit->vposition.so_index != INVALID_INDEX) { in emit_vpos_instructions()
9541 make_dst_output_reg(emit->vposition.so_index); in emit_vpos_instructions()
11016 emit->vposition.so_index = INVALID_INDEX; in svga_tgsi_vgpu10_translate()
11139 emit->vposition.so_index = emit->num_outputs++; in svga_tgsi_vgpu10_translate()