Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c201 unsigned clip_vertex_out_index; /**< clip vertex output register index */ member
2571 emit->clip_vertex_out_index = index; in emit_output_declarations()
3330 assert(emit->clip_vertex_out_index != INVALID_INDEX); in emit_clip_vertex_instructions()
3340 dst = make_dst_reg(TGSI_FILE_OUTPUT, emit->clip_vertex_out_index); in emit_clip_vertex_instructions()
6695 emit->clip_vertex_out_index = INVALID_INDEX; in svga_tgsi_vgpu10_translate()