Searched refs:producer_type (Results 1 – 1 of 1) sorted by relevance
2010 const glsl_type *producer_type = producer_var->type; in validate_io() local2030 if (producer_type->is_array() && !producer_var->patch) in validate_io()2031 producer_type = producer_type->fields.array; in validate_io()2035 if (producer_type != consumer_type) { in validate_io()