Lines Matching refs:name
91 /* Structures across shader stages can have different name
93 * members match in name, type, qualification, and declaration
105 output->name,
106 output->type->name,
108 input->type->name);
110 } else if (!output->type->is_array() || !is_gl_identifier(output->name)) {
133 output->name,
134 output->type->name,
136 input->type->name);
157 output->name,
169 output->name,
181 output->name,
211 output->name,
224 * qualifiers of variables of the same name do not match.
251 output->name,
263 output->name,
380 is_struct ? var->name : info->var->name,
699 if (strcmp(input->name, "gl_Color") == 0 && input->data.used) {
709 } else if (strcmp(input->name, "gl_SecondaryColor") == 0 && input->data.used) {
761 input->name);
769 input->name);
775 output = parameters.get_variable(input->name);
790 * output but with different name, so we ignore them.
800 input->name);