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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlinker.cpp1187 const glsl_type *var_itype = var->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) {
1201 var_itype->name);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp1147 const glsl_type *var_itype = var->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) {
1161 var_itype->name);

Completed in 13 milliseconds