Searched refs:record_compare (Results 1 – 3 of 3) sorted by relevance
804 bool record_compare(const glsl_type *b, bool match_locations = true) const;
984 glsl_type::record_compare(const glsl_type *b, bool match_locations) const in record_compare() function in glsl_type1074 return strcmp(key1->name, key2->name) == 0 && key1->record_compare(key2); in record_key_compare()
7514 if (match != NULL && state->is_version(130, 0) && match->record_compare(type, false)) in hir()