Searched refs:type_match (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_interface_blocks.cpp154 bool type_match = (match_precision ? local in function:__anon2b7a6c130110::intrastage_match
161 if (!type_match && (b->type->is_array() || a->type->is_array()) &&
H A Dlink_varyings.cpp2239 bool type_match = true; local in function:varying_matches::store_locations
2243 type_match = false;
2247 if (type_match) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.cpp2085 bool type_match = true; local in function:varying_matches::store_locations
2089 type_match = false;
2093 if (type_match) {

Completed in 57 milliseconds