Searched refs:existing_itype (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlinker.cpp1188 const glsl_type *existing_itype = existing->get_interface_type(); local in function:cross_validate_globals
1189 if (var_itype != existing_itype) {
1190 if (!var_itype || !existing_itype) {
1194 var_itype ? var_itype->name : existing_itype->name);
1196 } else if (strcmp(var_itype->name, existing_itype->name) != 0) {
1200 existing_itype->name,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp1148 const glsl_type *existing_itype = existing->get_interface_type(); local in function:cross_validate_globals
1149 if (var_itype != existing_itype) {
1150 if (!var_itype || !existing_itype) {
1154 var_itype ? var_itype->name : existing_itype->name);
1156 } else if (strcmp(var_itype->name, existing_itype->name) != 0) {
1160 existing_itype->name,

Completed in 14 milliseconds