Lines Matching defs:output
375 unsigned stream = ctx->gfx_pipeline_state.so_info.output[i].stream;
495 /* When transform feedback is enabled and the output is alternating (triangle strip or triangle
898 /* Set the provoking vertex based on the previous shader output. Only set the
906 * to the output, and in cases of TES or GS you could have differently-sized inputs
907 * and outputs. For FS, there is no output, so it's repurposed to mean input.
1333 struct pipe_stream_output *output = &so_info->output[i];
1336 output->register_index = reverse_map[output->register_index];
1338 so_outputs |= 1ull << output->register_index;