Home | History | Annotate | Download | only in main

Lines Matching defs:source

366  * Figure out which stage of the pipeline is the source of transform feedback
389 struct gl_program *source;
395 /* Figure out what pipeline stage is the source of data for transform
398 source = get_xfb_source(ctx);
399 if (!no_error && source == NULL) {
405 info = source->sh.LinkedTransformFeedback;
472 if (obj->program != source) {
474 obj->program = source;