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.c206 unsigned clip_vertex_tmp_index; /**< clip vertex temporary index */ member
887 emit->clip_vertex_tmp_index != INVALID_INDEX) { in emit_dst_register()
892 index = emit->clip_vertex_tmp_index; in emit_dst_register()
2715 emit->clip_vertex_tmp_index = total_temps; in emit_temporaries_declaration()
3322 const unsigned clip_vertex_tmp = emit->clip_vertex_tmp_index; in emit_clip_vertex_instructions()
3357 emit->clip_vertex_tmp_index = INVALID_INDEX; in emit_clip_vertex_instructions()
3368 emit->clip_vertex_tmp_index = clip_vertex_tmp; in emit_clip_vertex_instructions()