Lines Matching defs:output
203 /* Bifrost has per-output types, respect them */
433 * Fix an uncompiled shader's stream output info, and produce a bitmask
434 * of which VARYING_SLOT_* are captured for stream output.
436 * Core Gallium stores output->register_index as a "slot" number, where
441 * VARYING_SLOT_* in our copy's output->register_index fields.
460 struct pipe_stream_output *output = &so_info->output[i];
463 output->register_index = reverse_map[output->register_index];
465 so_outputs |= 1ull << output->register_index;