Lines Matching defs:stream
2150 * previous_tail will point to the last instruction in the stream
2153 * the stream *after* processing the previous operand. If the two
2931 unsigned stream)
2933 if (stream >= state->consts->MaxVertexStreams) {
2935 "invalid stream specified %d is larger than "
2937 stream, state->consts->MaxVertexStreams - 1);
3813 qual->flags.q.out && qual->flags.q.stream) {
3815 if (process_qualifier_constant(state, loc, "stream", qual->stream,
3818 var->data.stream = qual_stream;
5720 * list. This list will be added to the instruction stream (below) after
5723 * instruction stream.
5829 * created for the declaration should be added to the IR stream.
6067 /* New functions are always added to the top-level IR instruction stream,
7541 * "A block member may be declared with a stream identifier, but
7542 * the specified stream must match the stream associated with the
7547 if (process_qualifier_constant(state, &loc, "stream",
7548 qual->stream, &qual_stream) &&
7550 _mesa_glsl_error(&loc, state, "stream layout qualifier on "
8043 allowed_blk_qualifiers.flags.q.stream = 1;
8113 if (!process_qualifier_constant(state, &loc, "stream", this->layout.stream,
8116 /* If the stream qualifier is invalid it doesn't make sense to continue
8117 * on and try to compare stream layouts on member variables against it
8574 var->data.stream = qual_stream;
8598 var->data.stream = qual_stream;