Searched refs:existing_itype (Results 1 – 1 of 1) sorted by relevance
1155 const glsl_type *existing_itype = existing->get_interface_type(); in cross_validate_globals() local1156 if (var_itype != existing_itype) { in cross_validate_globals()1157 if (!var_itype || !existing_itype) { in cross_validate_globals()1161 var_itype ? var_itype->name : existing_itype->name); in cross_validate_globals()1163 } else if (strcmp(var_itype->name, existing_itype->name) != 0) { in cross_validate_globals()1167 existing_itype->name, in cross_validate_globals()