HomeSort by relevance Sort by last modified time
    Searched refs:pos_out_index (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_streamout.h 33 unsigned pos_out_index; // position output index member in struct:svga_stream_output
svga_state_tgsi_transform.c 74 int pos_out_index = -1; local
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 =
svga_pipe_streamout.c 83 streamout->pos_out_index = -1;
109 streamout->pos_out_index = i;

Completed in 76 milliseconds