Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c202 unsigned clip_vertex_tmp_index; /**< clip vertex temporary index */ member
885 emit->clip_vertex_tmp_index != INVALID_INDEX) { in emit_dst_register()
890 index = emit->clip_vertex_tmp_index; in emit_dst_register()
2699 emit->clip_vertex_tmp_index = total_temps; in emit_temporaries_declaration()
3302 const unsigned clip_vertex_tmp = emit->clip_vertex_tmp_index; in emit_clip_vertex_instructions()
3337 emit->clip_vertex_tmp_index = INVALID_INDEX; in emit_clip_vertex_instructions()
3348 emit->clip_vertex_tmp_index = clip_vertex_tmp; in emit_clip_vertex_instructions()