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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.cpp212 const glsl_type *type_to_match = input->type; local in function:cross_validate_types_and_qualifiers
219 assert(type_to_match->is_array());
220 type_to_match = type_to_match->fields.array;
223 if (type_to_match != output->type) {
230 if (!output->type->record_compare(type_to_match,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.cpp205 const glsl_type *type_to_match = input->type; local in function:cross_validate_types_and_qualifiers
212 assert(type_to_match->is_array());
213 type_to_match = type_to_match->fields.array;
216 if (type_to_match != output->type) {
223 if (!output->type->record_compare(type_to_match, false, true)) {

Completed in 10 milliseconds