Lines Matching defs:output
63 * 16 dwords. Since we allow a total of 64 transform feedback output
82 const struct pipe_stream_output *output =
83 &stream_output->output[i];
85 if (output->output_buffer != buffer)
91 assert(output->dst_offset >= buffer_offset);
93 /* Pad any undefined slots in the output */
94 for (int j = buffer_offset; j < output->dst_offset; j++) {
101 /* Set the coordinate shader up to output the
104 for (int j = 0; j < output->num_components; j++) {
106 v3d_get_slot_for_driver_location(so->base.ir.nir, output->register_index);
110 output->start_component + j);
127 * output block, which has the [X, Y, Z, W, Xs, Ys]
803 /* Coord shaders only output varyings used by transform feedback,
805 * of the pipeline, since in that case any of the output varyings