Searched refs:var_itype (Results 1 – 1 of 1) sorted by relevance
1154 const glsl_type *var_itype = var->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()1168 var_itype->name); in cross_validate_globals()