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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_interface_blocks.cpp200 const glsl_type *consumer_instance_type; local in function:__anon2b7a6c130110::interstage_match
202 consumer_instance_type = consumer->type->fields.array;
204 consumer_instance_type = consumer->type;
212 consumer_instance_type->is_array()) ||
215 if (consumer_instance_type != producer->type)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_interface_blocks.cpp181 const glsl_type *consumer_instance_type; local in function:__anona8ae29200110::interstage_match
183 consumer_instance_type = consumer->type->fields.array;
185 consumer_instance_type = consumer->type;
193 consumer_instance_type->is_array()) ||
196 if (consumer_instance_type != producer->type)

Completed in 3 milliseconds