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