Searched refs:pos_out_index (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_streamout.h33 unsigned pos_out_index; // position output index member in struct:svga_stream_output
H A Dsvga_state_tgsi_transform.c74 int pos_out_index = -1; local in function:emulate_point_sprite
98 pos_out_index = streamout->pos_out_index;
99 key.gs.point_pos_stream_out = pos_out_index != -1;
144 if (pos_out_index != -1) {
146 templ.stream_output.output[pos_out_index].register_index =
H A Dsvga_pipe_streamout.c83 streamout->pos_out_index = -1;
110 streamout->pos_out_index = i;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_streamout.h33 unsigned pos_out_index; // position output index member in struct:svga_stream_output
H A Dsvga_state_tgsi_transform.c242 int pos_out_index = -1; local in function:emulate_point_sprite
266 pos_out_index = streamout->pos_out_index;
267 key.gs.point_pos_stream_out = pos_out_index != -1;
312 if (pos_out_index != -1) {
314 templ.stream_output.output[pos_out_index].register_index =
H A Dsvga_pipe_streamout.c175 streamout->pos_out_index = -1;
246 streamout->pos_out_index = numDecls;

Completed in 5 milliseconds