Lines Matching defs:streams
622 * Checks if any of the vertex streams contains instance data.
624 * \param streams Streams contained in the vertex shader.
625 * \param num_streams Number of vertex streams.
626 * \returns true if one or more of the given vertex streams contains
630 const struct pvr_pds_vertex_stream *streams,
634 const struct pvr_pds_vertex_stream *vertex_stream = &streams[i];
741 pvr_pds_vertex_streams_contains_instance_data(program->streams,
780 /* Find out how many constants are needed by streams. */
783 8 * program->streams[stream].num_elements,
787 /* If there are no vertex streams allocate the first bank for USC Code
801 vertex_stream = &program->streams[stream];
846 program->streams[stream].num_vertices =
855 program->streams[stream].num_vertices,
870 program->streams[program->num_streams - 1].use_ddmadt) {
1007 vertex_stream = &program->streams[stream];