Lines Matching defs:outputs
1886 gl_shader_variable const **outputs =
1889 if (outputs == NULL)
1896 * outputs are considered to match exactly if and only if:
1904 * of producer resources once, and generate the list of outputs. As inputs
1905 * and outputs are matched, remove the matched outputs from the set. At
1922 * Built-in inputs or outputs do not affect interface matching.
1927 outputs[num_outputs++] = var;
1944 /* Inputs with explicit locations match other outputs with explicit
1949 const gl_shader_variable *const var = outputs[j];
1960 const gl_shader_variable *const var = outputs[j];
1988 * the set of possible outputs.
1990 outputs[match_index] = NULL;
1993 outputs[match_index] = outputs[num_outputs];
2098 free(outputs);
2103 * Validate inputs against outputs in a program pipeline.