Searched refs:tmp_index (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c155 unsigned tmp_index; /**< the fake/temp position output reg */ member in struct:svga_shader_emitter_v10::__anond551882b0308
890 emit->vposition.tmp_index != INVALID_INDEX) {
896 index = emit->vposition.tmp_index;
2870 emit->vposition.tmp_index = total_temps;
6155 emit_clip_distance_from_vpos(emit, emit->vposition.tmp_index);
6168 const unsigned vs_pos_tmp_index = emit->vposition.tmp_index;
6177 emit->vposition.tmp_index = INVALID_INDEX;
6182 /* Restore original vposition.tmp_index value for the next GS vertex.
6185 emit->vposition.tmp_index = vs_pos_tmp_index;
6948 emit->vposition.tmp_index
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c267 unsigned tmp_index; /**< the fake/temp position output reg */ member in struct:svga_shader_emitter_v10::__anon581dcb1e0408
1212 emit->vposition.tmp_index != INVALID_INDEX) {
1218 index = emit->vposition.tmp_index;
5340 emit->vposition.tmp_index = total_temps;
5394 emit->vposition.tmp_index = total_temps++;
9572 const unsigned vs_pos_tmp_index = emit->vposition.tmp_index;
9584 emit->vposition.tmp_index = INVALID_INDEX;
9695 /* Restore original vposition.tmp_index value for the next GS vertex.
9698 emit->vposition.tmp_index = vs_pos_tmp_index;
9732 emit_clip_distance_from_vpos(emit, emit->vposition.tmp_index);
[all...]

Completed in 20 milliseconds