Home | History | Annotate | Download | only in r300

Lines Matching refs:vstream

1723     struct r300_vertex_stream_state *vstream = &velems->vertex_stream;
1746 vstream->vap_prog_stream_cntl[i >> 1] |= type << 16;
1747 vstream->vap_prog_stream_cntl_ext[i >> 1] |= swizzle << 16;
1749 vstream->vap_prog_stream_cntl[i >> 1] |= type;
1750 vstream->vap_prog_stream_cntl_ext[i >> 1] |= swizzle;
1758 vstream->vap_prog_stream_cntl[i >> 1] |=
1761 vstream->count = (i >> 1) + 1;