Home
last modified time | relevance | path

Searched refs:consumer_type (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dshader_query.cpp2008 const glsl_type *consumer_type = consumer_var->type; in validate_io() local
2019 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()