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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c211 unsigned clip_vertex_out_index; /**< clip vertex output register index */ member in struct:svga_shader_emitter_v10
2776 emit->clip_vertex_out_index = index;
3555 assert(emit->clip_vertex_out_index != INVALID_INDEX);
3565 dst = make_dst_reg(TGSI_FILE_OUTPUT, emit->clip_vertex_out_index);
6963 emit->clip_vertex_out_index = INVALID_INDEX;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c393 unsigned clip_vertex_out_index; /**< clip vertex output register index */ member in struct:svga_shader_emitter_v10
3955 emit->clip_vertex_out_index = index;
6245 assert(emit->clip_vertex_out_index != INVALID_INDEX);
6255 dst = make_dst_reg(TGSI_FILE_OUTPUT, emit->clip_vertex_out_index);
11124 emit->clip_vertex_out_index = INVALID_INDEX;

Completed in 21 milliseconds